What are the uses of controllers in angularjs?
Answer / Atul Kumar Sesodia
Controllers in AngularJS serve as the glue between models, views, and services. They define application logic and manage the state of an application. Controllers can manipulate data, perform calculations, make HTTP requests, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is issue with two-way data binding?
What is the bootstrapping in AngularJS?
What is dependency injection (di) in angular?
What is service in angularjs with example?
What are lifecycle hooks and why it is important?
Do you know what is scope in angular.js?
What are some of the advantages of angularjs?
What is ng-content Directive?
How to create custom directives in AngularJS?
Explain class and inheritance in js?
How to install angular 8?
Is AngularJS a templating system?