Create a form with input controls dynamically from JSON using Angular 2
I need to create a form with controls dynamically from JSON using Angular 2.0. I'm very new to Angular 2.0 and Typescript. I'm totally clueless, where to start with the development. Any help is much appreciated. Below is the sample JSON "General": { "None": [ { "FieldName": "100", "DisplayName": "Mapping Name", "ClassSize": "col-sm-6 col-xs-12", "Field": [ { "ControlType": "TextBox", "FieldClass": "col-sm-6 col-xs-12", "Required": "True", "MaxLength": "10", "RegularExpression": "" } ] }, { "FieldName": "101", "DisplayName": "Select Target File Type", "ClassSize": "col-sm-6 col-xs-12", "Field":