src/app/shared/dynamic-form/models/dynamic-form-input.model.ts
Properties |
|
| defaultValue |
defaultValue:
|
Type : T
|
| Optional |
| errors |
errors:
|
Type : FormError[]
|
| Optional |
| hint |
hint:
|
Type : string
|
| Optional |
| label |
label:
|
Type : string
|
| Optional |
| name |
name:
|
Type : string
|
| placeholder |
placeholder:
|
Type : string
|
| Optional |
| type |
type:
|
Type : string
|
| validators |
validators:
|
Type : ValidatorFn | ValidatorFn[]
|
| Optional |