Difference between revisions of "AngularJS directive"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
Line 8: Line 8:
  
 
* [[AngularJS]]
 
* [[AngularJS]]
* [[AngularJS directive]]
 
 
* [[JavaScript library]]
 
* [[JavaScript library]]
 
* [[Web application]]
 
* [[Web application]]

Revision as of 14: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.

See also