Answer Posted / 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 |
Post New Answer View All Answers
What is the use of custom directive in angular 2?
Angularjs dependency injection of value inside of the module.config?
Explain the ng-model directive in angularjs.
What does three dots mean in angular?
What is ng bind html?
What is pipes in angular 2?
What set of modern browsers are supported in angular 2?
What is the template in angularjs?
What is transclude in custom directive?
Why is vue better than angular?
What is the difference between annotation and decorator in angular 2?
What is router state in angular 2?
What do you understand by controllers in angular?
What is the use of @viewchild?
Can angular applications (ng-app) be nested within each other?