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 |
Why this project is called "AngularJS"?
Explain validations done in angularjs?
What is pipe in networking?
How to set authorization headers in get/post/put requests in angular?
What do you understand by a template variable? How is it used?
Explain what the link function is and how it differs from compile?
How to viewing the angular 4 apps in a browser using ionic 3 cli?
What do you understand by linking function?
How can we share the data between controllers in angularjs?
Explain $scope in angular?
What is in node js?
Does AngularJS has dependency on jQuery?