July 2017
Intermediate to advanced
454 pages
10h 1m
English
Directives allows us to extend the behavior of the elements. We can manipulate the Document Object Model (DOM) of a HTML page using the different types of directive definitions.
Angular uses the @Directive metadata to tell the application about the type of directives they have and the functional capabilities defined with each directive.
The following diagram shows the different types of directives:

There are mainly three types of Angular Directives:
Read now
Unlock full access