add AsControl type
This commit is contained in:
parent
a6d59a82b9
commit
c217b5f07f
@ -1 +1,5 @@
|
||||
import { FormControl } from '@angular/forms';
|
||||
|
||||
export type List<T = string> = readonly T[];
|
||||
|
||||
export type AsControl<T> = { [K in keyof T]: FormControl<T[K]> };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user