I\'m upgrading from Angular 4.0.0 to Angular 5.2.6
i\'m facing some problem to get lazy module loading working.
with
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 it's still possible to compile with aot:
ng serve --aot
I've also resolved the issue by downgrading my angular-cli from 1.7.2 to 1.6.8, which is the last CLI-Version which seems to work in our case.