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 |
How can you get url parameters from angularjs controller?
What is called in angular?
What IDEs you can use for AngularJS development?
How to use ng-show and ng-hide in angular js?
What are template expressions in angular?
What is angular 7?
How does aot compiler work?
What is a template reference variable?
What is observable and promise?
What are pipes in angular 2? Explain?
What are the Output of AngularJS $http Service?
How to create a new component using cli in angular 4?