可以为FormControl值设置某种类型吗?

时间:2019-05-30 15:17:36

标签: angular typescript form-control

我使用的框架(Angular 7)。

我想像这样为FormControl设置某种类型。

    startDate: FormControl<NgbDate>;
    endDate: FormControl<NgbDate>;

您对它有任何经验吗?或者它在角度上是不可能的?

1 个答案:

答案 0 :(得分:0)

目前尚不可行。将此问题检查到Angular GitHub Reactive forms are not strongly typed