Difference between revisions of "AngularJS directive"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 8: | Line 8: | ||
* [[AngularJS]] | * [[AngularJS]] | ||
− | |||
* [[JavaScript library]] | * [[JavaScript library]] | ||
* [[Web application]] | * [[Web application]] |
Revision as of 13:04, 31 December 2016
In AngularJS, a directive is a class decorated with @Directive
.
Built-in directives include structural directives and attribute directives.
A directive combined with a template is a component.