可以为 FormControl 值设置某种类型吗?
Can set some type for FormControl value?
我使用的框架 (Angular 7).
我想像这样为 FormControl 设置一些类型。
startDate: FormControl<NgbDate>;
endDate: FormControl<NgbDate>;
您有这方面的经验吗?或者在 angular 中不可行?
目前还不可能。查这个issue到AngularGitHubReactive forms are not strongly typed
我使用的框架 (Angular 7).
我想像这样为 FormControl 设置一些类型。
startDate: FormControl<NgbDate>;
endDate: FormControl<NgbDate>;
您有这方面的经验吗?或者在 angular 中不可行?
目前还不可能。查这个issue到AngularGitHubReactive forms are not strongly typed