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 do we create a singleton service in angular 2?
When should we use angular?
Name the types of linking function?
What are the lifecycle hooks for components and directives?
What is a scope in a project?
What is the purpose of exports in an ng module?
What is @inject()?
What is the use of interceptors in angular 4?
What is pre-linking function in angularjs?
Why is it called angular?
Why is ngoninit called twice?
What is $digest in angularjs?