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

What is the main purpose of find index in angularjs, and what does it return if no value is found?

0 Answers  


How will you explain manual bootstrap process in angularjs?

0 Answers  


Why services are used in angularjs?

0 Answers  


Explain the types of linking function?

0 Answers  


Why should I use angular?

0 Answers  


What is the use of pipe in rxjs?

0 Answers  


What does ng stand for?

0 Answers  


What is ivy renderer in angular 6?

0 Answers  


Explain ngif directive ?

0 Answers  


What is root injector in angular?

0 Answers  


How to handle and retry the failed request due to poor network connection in angular 4?

0 Answers  


What is ng in ng serve?

0 Answers  


Categories