What is ViewModel in AngularJS?
Answer / chaitanya
A viewmodel is an object that provides specific data and methods to maintain specific views. Basically, it is a $scope object which lives within your AngularJS app's controller.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are guards in angular 2?
How will you implement internationalization in angularjs?
What is traceur compiler in angular 2?
Mention what are the styling form that model adds to css classes?
List some of the built-in validators in angularjs?
Write all the steps to configure an angular app(ng-app).
Explain the usage of {{}}?
What is $location in angularjs?
What is ng in ng serve?
What are the different types of filters in angularjs?
What is observable and promise?
What is the use of @viewchild?