Google News
logo
AngularJS - Interview Questions
What are directives in AngularJS ?
A core feature of AngularJS, directives are attributes that allow you to invent new HTML syntax, specific to your application.

The different types of directives are :

Element directives
Attribute directives
CSS class directives
Comment directives
Advertisement