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 a pure and impure pipe?
What are the differences between angular and jquery?
What are animating elements in angularjs?
What is the core difference between angularjs compilation and javascript frameworks?
What is bazel and closure compiler in angular 6? Explain
What is life cycle hook in angular?
Differentiate between Components and Directives in Angular 5?
What are the difference between @inject and @injectable?
What is the use of angular 7?
What is resolver in angular 2?
What is client side routing?
Explain ng-include directive.