resolveField
Resolves a single field definition to a ResolvedField using RxJS. Loads the component asynchronously and maps inputs in the injection context.
Presentation
function resolveField (
fieldDef: FieldDef <unknown>,
context: ResolveFieldContext ,
): Observable<ResolvedField | undefined>;Returns
Parameters
| Name | Type | Description |
|---|---|---|
| fieldDef | | The field definition to resolve |
| context | | The context containing dependencies for resolution |