Angular 5 with Angular cli non-lazy loading modules in the router

試著忘記壹切 提交于 2019-12-03 00:35:21

I'm experiencing the same issue. This could be a bug with the angular-cli. I'm still not sure whether the bug is in the cli or in our code!

As mentioned by Gerrit on the other question here it's still possible to compile with aot: ng serve --aot

I've also resolved the issue by downgrading my angular-cli as mentioned on github from 1.7.2 to 1.6.8, which is the last CLI-Version which seems to work in our case.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!