使用 Ivy 编译导致错误,无法将 @Input 装饰器与查询装饰器组合在一起

Compiling using Ivy results in ERROR in Cannot combine @Input decorators with query decorators

我正在尝试 Angular 8 中的新 Ivy 功能​​,但是在编译解决方案时出现错误:

ERROR in Cannot combine @Input decorators with query decorators

我在两个地方使用 @ViewChild@ViewChildren。我将它们注释掉了,但我仍然收到此错误。我在几个地方使用了 @Input 参数,其中一些直接绑定在视图中。

这会导致错误吗?

还有其他想法吗?

检查你的第 3 方库 - 遗憾的是现在很难找到这个问题,因为编译器没有额外的信息。