What are the uses of controllers in angularjs?



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

Post New Answer

More AngularJS Interview Questions

What is issue with two-way data binding?

1 Answers  


What is the bootstrapping in AngularJS?

1 Answers  


What is dependency injection (di) in angular?

1 Answers  


What is service in angularjs with example?

1 Answers  


What are lifecycle hooks and why it is important?

1 Answers  


Do you know what is scope in angular.js?

1 Answers  


What are some of the advantages of angularjs?

1 Answers  


What is ng-content Directive?

1 Answers  


How to create custom directives in AngularJS?

1 Answers   Xoriant,


Explain class and inheritance in js?

1 Answers  


How to install angular 8?

2 Answers  


Is AngularJS a templating system?

1 Answers  


Categories