AngularJS
Since Umbraco 7, the Umbraco backoffice has been built using AngularJS. The implementation is made up of many directives and services.
Generally, you can find information about these via the Backoffice UI API documentation. While this part of the documentation is auto-generated from the Umbraco source code, you can also find below some more in-depth description and examples for these directives and services.
Directives
- Layout Selector (
<umbLayoutSelector />
) - Load Indicator (
<umbLoadIndicator />
) - Property (
<umbProperty />
)