ResolvedArrayItem
Resolved array item ready for declarative rendering with ngComponentOutlet. Each item has a stable unique ID and a linkedSignal-based index that automatically updates when items are added/removed.
Properties
| Name | Type | Description |
|---|---|---|
| component | Type<unknown> | The loaded component type. |
| id | string | Unique identifier for this item (stable across position changes). |
| injector | Injector | Injector providing ARRAY_CONTEXT and FIELD_SIGNAL_CONTEXT. |
| inputs | Signal<Record<string, unknown>> | Inputs signal for ngComponentOutlet - evaluated in template for reactivity. |