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 best solution to solve requestanimationframe is not defined in angular?
What is @viewchild?
Explain data binding in angular js.
Explain what angular js routes does ?
What is the difference between angularjs 1(angularjs) and angular 2/4?
What is the difference between $http and $resource?
What is primeng?
What classes should I not add to module's declarations in angular 4?
What are angular js expressions?
Give an example for Rootscope in AngularJS?
What is the use of codelyzer in angular 2 application.?
What is main ts in angular?