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 |
Explain how routing works in angularjs?
what do you mean by injector in angularjs?
When to use $destroy() function of scope?
What is shadow dom?
What is buffer (window storage)?
Is AngularJS a templating system?
What is authguard?
What are differences between constructors and oninit?
What is router and its types?
What is the module in angularjs?
Name the types of linking function?
What is ngstyle and ngclass?