The Angular ___________ feature facilitates easy communication between components.

  • Data Binding
  • Dependency Injection
  • Routing
  • Virtual DOM
Dependency Injection in Angular is a design pattern used to manage the components' dependencies. It allows for easy communication between components by injecting the required dependencies directly into them.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *