by Yogesh | Nov 15, 2017 | Angular 4 Tutorial
Angular 4 Two Way Data Binding Two-way data binding uses the ngModel directive, which is included in FormsModule. Bidirectional data flow(1. From form control to component property. 2 From Component property to Form Control) Two-way data binding is represented by...
by Yogesh | Nov 14, 2017 | Angular 4 Tutorial
Angular 4 Model Driven Forms Angular offers two types of forms: template-driven and model-driven 1.It is also called reactive forms. 2.In this approach, we have to add an additional layer of complexity and functionality by having you to declare the model of the form...