24 NOV 2019

angularjs more-js

JavaScript – more features

Angular features

angctrl.PNG

Dependency Injection

Dependency Injection is a software design in which components are given their dependencies instead of hard coding them within the component. It relieves a component from locating the dependency and makes dependencies configurable. It also helps in making components reusable, maintainable and testable.
AngularJS provides a supreme Dependency Injection mechanism. It provides following core components which can be injected into each other as dependencies: Value, Factory, Service, Provider, Constant … full article

More topics covered:

  • angular bootstrap file
  • angular controller instances
  • $scope data + functions

Links:

Leave a comment

Design a site like this with WordPress.com
Get started