Google News
logo
AngularJS - Interview Questions
Explain directives in AngularJS.
Directives are markers on DOM elements (such as elements, attributes, css, and more). These can be used to create custom HTML tags that serve as new, custom widgets. 

AngularJS has built-in directives (ng-bind, ng-model, etc)
Advertisement