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 |
What is @ngmodule in angular 2? Explain
how to update or upgrade angular cli version
What is services in angular?
Explain $watch(), $watchgroup() and $watchCollection() functions of scope?
What are the different types of filters in angular?
What Is The Difference Between One-Way Binding And Two-Way Binding?
How to generating new pipes, tabs, components and pages using ionic 3 cli in angular 4?
What is the best solution to solve requestanimationframe is not defined in angular?
What is string interpolation in angular.js?
Explain the differences between one-way binding and two-way binding.
What is routing in angular?
What is a promise in angular?