Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dependency injection is heavily used when defining service dependencies. When a component defines a service dependency, a reference to that service is injected by the framework into that component instead of the component itself retrieving the reference.

 

Back to Top