Cannot combine @Input decorators with query decorators using Ivy

前端 未结 4 2148
无人共我
无人共我 2020-12-20 14:54

I have migrated my angular 7 app to 8.0.0 and i\'am now trying the new compiler ivy.

The app works perfectly without ivy but when i try to compile with it i have the

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-20 15:20

    I had a similar issue and the only way I could get my Angular App running was to disable the offending code in the bootstrap library.

    I commented out the references to the ratings module:- NgbRatingModule in the node_modules/@ng-bootstrap/ng-bootstrap/index.js file.

    @Obaid Above is probably right, but I couldn't find the conflict.

提交回复
热议问题