AngularJS directive

From Wiki @ Karl Jones dot com
Revision as of 11:36, 2 January 2017 by Karl Jones (Talk | contribs)

Jump to: navigation, search

In AngularJS, a directive is a class decorated with @Directive.

There are three kinds of directives in Angular:

Built-in directives include structural directives and attribute directives.

Writing custom directives, and using the built-in directives, is th

See also

External links