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 lazy loading angular?
Why use pipes?
Explain the ng-model directive in angularjs.
What is single page application in angularjs?
Can you write both angular 1 and angular 2 codes in a single project?
What is a locale id in angularjs?
Where is angular used?
What is ngzone used for?
Can AngularJS have multiple ng-app directives in a single page?
Differentiate between @injectable() vs. @Inject()?
Explain the role of $routeprovider in angularjs?
What is lazy loading in angular 2?