AngularJS structural directive

From Wiki @ Karl Jones dot com
Revision as of 11:35, 2 January 2017 by Karl Jones (Talk | contribs) (Created page with "In AngularJS, a '''structural directive''' is a directive which changes the DOM layout by adding and removing DOM elements. AngularJS provides bui...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In AngularJS, a structural directive is a directive which changes the DOM layout by adding and removing DOM elements.

AngularJS provides built-in structural directives.

See also

External links