构造函数中无法访问类中的抽象属性

时间:2018-10-26 15:15:12

标签: angular typescript

我最近将我的角度应用程序迁移到了ng7,并将打字稿升级到了3.1.3。在编译代码时,我得到了错误。有人可以告诉我问题是什么吗?

在构造函数中无法访问类'BaseUploadComponent'中的抽象属性'uploadType'。

<Component Id="foo.config.cmp" NeverOverwrite="yes" Permanent="yes" Guid="INSERT_GUID_HERE">
    <File Id="foo.config.file" KeyPath="yes" Source="foo.config"/>
</Component>

0 个答案:

没有答案