Custom directives in Angular can be used to extend the behavior of _____.

  • components
  • directives
  • modules
  • services
Custom directives in Angular can be used to extend the behavior of directives. Directives are a fundamental part of Angular and provide the ability to create custom behaviors and interactions that can be added to elements in the DOM. Custom directives enable developers to create reusable functionality.
Add your answer
Loading...

Leave a comment

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