Type
WithInputSignals
@ng-forge/dynamic-forms
Signature
type WithInputSignals<T> = {
readonly [K in keyof T]-?: Signal<T[K]>;
};Type Parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
T | - | - | - |
packages/dynamic-forms/src/lib/models/component-type.ts:3
@ng-forge/dynamic-forms
type WithInputSignals<T> = {
readonly [K in keyof T]-?: Signal<T[K]>;
};| Name | Constraint | Default | Description |
|---|---|---|---|
T | - | - | - |
packages/dynamic-forms/src/lib/models/component-type.ts:3