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 ng-app in angularjs?
What is forms in angular?
What is factory method?
What is a module in writing?
Explain bazel?
Can you explain factory method in angularjs?
What is the spa (single page application) in angularjs?
What are the core differences between observables and promises?
How do you disable a button depending on a checkbox’s state?
List the types of data binding supported by angular 5?
Is it possible to have multiple ng-app directives on a single page in angularjs?
What is injector in angularjs?