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 the main purpose of find index in angularjs, and what does it return if no value is found?
How will you explain manual bootstrap process in angularjs?
Why services are used in angularjs?
Explain the types of linking function?
Why should I use angular?
What is the use of pipe in rxjs?
What does ng stand for?
What is ivy renderer in angular 6?
Explain ngif directive ?
What is root injector in angular?
How to handle and retry the failed request due to poor network connection in angular 4?
What is ng in ng serve?