What is View in AngularJS?
Answer / chaitanya
The view is responsible for presenting your models data to end user. Typically it is the HTML markup which exists after AngularJS has parsed and compiled the HTML to include rendered markup and bindings.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is httpclient?
What is the use of ngfortrackby directive?
What is property binding in angular?
How to convert the input to lowercase or uppercase in angular 2?
What is route guards?
Which method can be used to define a service and its method?
What is ngmodules?
What are different ways of bootstrapping AngularJS?
What is the controller in angularjs?
What is feature modules?
What is string interpolation in angular.js?
What are directives?