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 interpolation in angular?
What is link function in angularjs?
What’s new in angular 4? And what are the improvements in angular 4?
What is difference between rootscope and scope in angular 2?
What are animating elements in angularjs?
How to validate password and confirm password in angular 4?
What is mvc in coding?
What are the inbulit angular directives?
What is the usage of controllers in angularjs?
Is angular 7 a framework?
Just-in-time (jit) compiles the app in the browser, at runtime, as the application loads – this is the standard development approach. Jit is useful for development, but its performance concerns me – how would jit scale for enterprise-level applications?
List at down the ways in which you can communicate between applications modules using core angular functionality.