Difference between revisions of "AngularJS structural directive"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(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...")
(No difference)

Revision as of 11:35, 2 January 2017

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