1.

Explain Directives In Angular Js.

Answer»

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. Angular JS has built-in directives (ng-bind, ng-model, ETC) to perform most of the task that developers have to do.

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. Angular JS has built-in directives (ng-bind, ng-model, etc) to perform most of the task that developers have to do.



Discussion

No Comment Found