Google News
logo
Angular - Interview Questions
What are directives in Angular ?
A core feature of Angular, directives are attributes that allow you to write new HTML syntax, specific to your application. They are essentially functions that execute when the Angular compiler finds them in the DOM.  The Angular directives are segregated into 3 parts:
 
i)  Component Directives
ii) Structural Directives
iii) Attribute Directives
Advertisement