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 link?
How to set headers for every request in angular?
What does pipe do in rxjs?
How to use dependency injection (di) correctly in angular 2?
What is attribute in angular?
How to make an ajax call using angular js?
What is filter in angularjs?
What is the meaning of material design?
Explain what is injector in angularjs?
What is the difference between [ngfor] and [ngforof]?
Do you know what is angulars performance like?
Can we create our own directives?