How angular modules load the dependencies?



How angular modules load the dependencies?..

Answer / chaitanya

An angular module use configuration and run blocks to inject dependencies (like providers, services and constants) which get applied to the angular app during the bootstrap process.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More AngularJS Interview Questions

Compare the features of AngularJS and jQuery?

0 Answers   CTS, SLK Software,


What is injectable in angular2?

0 Answers  


What is components in angular?

0 Answers  


Why use pipes?

0 Answers  


What is singleton angular?

0 Answers  






What are the life cycle hooks order in angularjs?

0 Answers  


Which is the core module in angularjs?

0 Answers  


What is the controller?

0 Answers  


Why we need ngmodel in angular 4?

0 Answers  


What are observables in angular 2? Explain

0 Answers  


How to import css using system import?

0 Answers  


Write a code to upload an image in angularjs?

0 Answers  


Categories