What is Controller in AngularJS?
Answer / chaitanya
The controller defines the actual behavior of your app. It contains business logic for the view and connects the model to view with the help of $scope. A controller is associated with a HTML element with the ng-controller directive.
Is This Answer Correct ? | 1 Yes | 0 No |
What is ivy renderer? Is it supported by angular 7?
Explain the difference between constructor and ngoninit in angular 6?
What are browser events?
Explain the concept of lazy loading in angular 2
What is art compilation?
What is AngularUI router and how it is different from ngRoute?
What is difference between javascript and angular?
How can we show that a scope variable should have one-time binding only?
What is @injectable()?
Difference between angular 2, 4, 5, 6, &7?
Can we have any service for ngfor and ngif in angular?
List at down the ways in which you can communicate between applications modules using core angular functionality.