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 is bootstrap in angular?
What are $scope in angular js?
Explain two-way binding in angularjs?
Is angular 4 a framework?
Tell me angular js date calendar with example?
Is it possible to have two ng-app directives for a single angular application?
How to upgrade angular 2 project to angular 4? Explain
Is angular js in demand?
How does lazy loading work?
Explain what are the key features of angular.js ?
How to use {}, [], [] and [()] in angular2 template?
How to open and close modal popup using typescript and bootstrap?