by Yogesh | Nov 19, 2017 | Angular 4 Tutorial
To upgrade our form into an Angular form that can perform validation, we have to createFormControl andFormGroupobjects. A FormControl object represents a form control in a form. With it, we can track the value and validation status of an individual form control....
by Yogesh | Nov 11, 2017 | Angular 4 Tutorial
Angular 4 Template Driven Forms: Angular offers two types of forms: template-driven and model-driven 1.Template Driven : template-driven forms place the emphasis on developing a form within an HTML template and handling most of the logic for the form-inputs, data...