Output structure from the Angular rendering engine
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
component |
Type.<unknown>
|
The Angular component type |
|
rendererId |
string
|
<optional> |
Optional unique ID for the rendered component |
inputs |
Record.<string, unknown>
|
<optional> |
Optional input properties for the component |
injector |
Injector
|
<optional> |
Optional Angular injector for dependency injection |
content |
Array.<Array.<Node>>
|
<optional> |
Optional content nodes for projection |
children |
Array.<AngularDynamicOutput>
|
<optional> |
Optional child components |
instance |
Type.<unknown>
|
<optional> |
Optional component instance |
formGroup |
FormGroup
|
<optional> |
Optional component FormGroup |
formControl |
FormControl
|
<optional> |
Optional component FormControl |