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 |
Explain ng-bind and ng-bind-html directives.
Can multiple controllers be used in a single html page?
What do you understand by $watch?
Why do we use angular instead of react js?
What is ddo (directive definition object)?
Can angular run without node?
What is shadow dom?
Define the features of angularjs.
What is urlsegment interface in angular 7?
What is a selector?
What is injector in angular?
What are the components in angular2?