| Annotation Type | Description |
|---|---|
| CssImport |
Imports a CSS file into the application bundle.
|
| CssImport.Container |
Internal annotation to enable use of multiple
CssImport
annotations. |
| HtmlImport |
Defines HTML dependencies on a
Component class. |
| HtmlImport.Container |
Internal annotation to enable use of multiple
HtmlImport
annotations. |
| JavaScript |
Defines JavaScript dependencies on a
Component class. |
| JavaScript.Container |
Internal annotation to enable use of multiple
JavaScript
annotations. |
| JsModule |
Annotation for defining JavaScript Module dependencies on a
Component
class. |
| JsModule.Container |
Internal annotation to enable use of multiple
JsModule
annotations. |
| NpmPackage |
Annotation for defining an NPM package dependency on a
Component
class which includes one or more JS modules. |
| NpmPackage.Container |
Internal annotation to enable use of multiple
NpmPackage
annotations. |
| StyleSheet |
Defines style sheet dependencies on a
Component class. |
| StyleSheet.Container |
Internal annotation to enable use of multiple
StyleSheet
annotations. |
| Uses |
Marks that an annotated component implicitly uses another component.
|
| Uses.Container |
Internal annotation to enable use of multiple
Uses annotations. |
Copyright © 2020. All rights reserved.