Building an angular5 app. The app requires a few alternate layouts.
My approach is to handle the high level routing in the main app module routing file. The said file wi
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.