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 lazy loading angularjs?

0 Answers  


How to define multiple restrict options on a directive in angularjs?

0 Answers  


What is bazel in angular 8?

0 Answers  


Mention what are the characteristics of “scope”?

0 Answers  


What is dependency injection (di) in angular?

0 Answers  






Explain ng-include directive.

0 Answers  


Can you differentiate javascript and angularjs?

0 Answers  


What do you understand by validation of data in angularjs?

0 Answers  


What pseudo-class selector targets styles in the element that hosts the component?

0 Answers  


What is routing in angular?

0 Answers  


Which method can be used to define a service and its method?

0 Answers  


How would you pass data from a child component to a parent component?

0 Answers  


Categories