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 ngfor directive with an example?
Is react faster than angular?
How to use sharedmodule in angular2?
What is difference between component and module in angular?
List the command to install angular cli?
How to detect swipe event in mobile browsers/devices in AngularJS?
Explain e2e testing of angular js applications.
What is Transpiling in Angular?
Explain AngularJS scope life-cycle?
Give the example of angularjs object?
What is the difference between ‘this’ vs $scope in angularjs controllers?
What is an AsyncPipe in Angular?