Why do we use ngmodel?
Answer / Rama Shankar Karn
ngModel is used in AngularJS for data binding between the model and view. It allows two-way communication where any changes made to the model are automatically reflected in the view, and vice versa.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between $watch and $observe?
What is a controller javascript?
What are the characteristics of 'scope'?
What is httpclient in angular?
How to use ng-if/else in angular js?
How to update angular 6 to angular 7?
Do you know what is angulars performance like?
What are events in angularjs?
Explain $scope vs scope in angular js?
What does SPA (Single page application) mean?
What is npm start?
What is bootstrap in angular?