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 are Modules in AngularJS?
How do we display errors in a component view with angular 2?
How to import css using system import?
Who made redux?
What is binding in java?
What are $scope in angular js?
What is the use of ngafterviewinit?
Can we use to open-source library with angular?
What is the use of ngfor directive in angular?
How to use primeng in angular 4?
Difference between var, let, const?
When will nginit be called?