Metadata structure for Angular components
Properties:
Name | Type | Description |
---|---|---|
changeDetection |
number
|
The change detection strategy number |
selector |
string
|
The CSS selector for the component |
standalone |
boolean
|
Whether the component is standalone |
imports |
Array of imported modules/components |
|
template |
string
|
The HTML template for the component |
styles |
Array.<string>
|
Array of CSS styles for the component |