Optional$metaOptionalinstallMethod?: "first install" | "demo" | "once"Optional$overrideSet properties not directly supported by this API.
The name of the Angular provider (required)
OptionalprotectionControls edit/view access for other developers after the application is installed.
OptionalrequiresAn array of angular providers required by this provider
OptionalscriptThe script for the Angular provider
OptionaltypeThe type of the Angular provider (default is 'directive')
Map a record to an output folder that loads only in specific circumstances. 'first install' -> 'unload' (only loaded when plugin is first registered), 'demo' -> 'unload.demo' (only loaded when demo data is loaded), 'once' -> 'apply_once' (scripts that are only applied once)