What is controller in angular?
Answer / Mansi Agarwal
In AngularJS (not Angular), a 'Controller' is a JavaScript object used to manage the application's state and logic, interacting with the model and view. With Angular, the concept of controllers has been largely replaced by components.n
| Is This Answer Correct ? | 0 Yes | 0 No |
What is two-way bindings?
What are the disadvantages of angularjs?
What would you have in a shared module?
What is the difference between ngoninit and ngafterviewinit?
What is cli in angular 2?
What are the features of angular?
Can’t retrieve the injector from angular js?
What is activatedroute?
What is a view in angular?
List some inbuilt services in angularjs?
What is @input and @output in angular?
What is template angular 2? Why use?