What is Model in AngularJS?
Answer / chaitanya
Models are plain old JavaScript objects that represent data used by your app. Models are also used to represent your app's current state.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you bootstrap multiple angular applications on same element?
What is change detection strategy in angular?
What are the difference between directive and component in angular 4?
What are angular observables?
What is the basic need to start with AngularJS?
How to enable lazy loading in angularjs?
What kind of framework is angular?
Explain ng-app directive in angular.
What is the ngmodule?
What is angular cli command?
Can you explain to $on and/or $watch ?
What is the use of @inject()?