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 @ngmodule in angular 2? Explain

0 Answers  


how to update or upgrade angular cli version

0 Answers  


What is services in angular?

0 Answers  


Explain $watch(), $watchgroup() and $watchCollection() functions of scope?

0 Answers  


What are the different types of filters in angular?

0 Answers  


What Is The Difference Between One-Way Binding And Two-Way Binding?

0 Answers  


How to generating new pipes, tabs, components and pages using ionic 3 cli in angular 4?

0 Answers  


What is the best solution to solve requestanimationframe is not defined in angular?

0 Answers  


What is string interpolation in angular.js?

0 Answers  


Explain the differences between one-way binding and two-way binding.

0 Answers  


What is routing in angular?

0 Answers  


What is a promise in angular?

0 Answers  


Categories