我使用的框架(Angular 7)。我想为FormControl设置一些类型,如下所示。
startDate: FormControl<NgbDate>; endDate: FormControl<NgbDate>;
你有经验吗?或者它不可能有棱角?
gz5pxeao1#
目前还不可能。请将此问题检查到Angular GitHub Reactive forms are not strongly typed
d6kp6zgx2#
它有14度角,
startDate: FormControl<Date | null>(null); endDate: FormControl<Date | null>(null);
2条答案
按热度按时间gz5pxeao1#
目前还不可能。请将此问题检查到Angular GitHub Reactive forms are not strongly typed
d6kp6zgx2#
它有14度角,