createFeature
| Generic types: | TKind |
Helper to create a feature with proper typing
Presentation
function createFeature (
kind: TKind,
providers: Provider[],
): DynamicFormFeature <TKind>;Returns
DynamicFormFeature <TKind>Parameters
| Name | Type | Description |
|---|---|---|
| kind | TKind | |
| providers | Provider[] |