ToFormDefaultAtomic
ts
type ToFormDefaultAtomic = Date | File | Blob;Defined in: types/to-form.type.ts:77
Default set of types that should be treated as atomic (not recursively inspected). These are mapped directly to FormControl instances.
Since
1.2.0
Author
Ian Wenneckers