angular.widget

Work in Progress This page is currently being revised. It might be incomplete or contain inaccuracies.

An angular widget can be either a custom attribute that modifies an existing DOM elements or an entirely new DOM element.

During html compilation, widgets are processed after markup, but before directives.

Following is the list of built-in angular widgets:

For more information about angular widgets, see Understanding Angular Widgets in the angular Developer Guide.