brandonroberts / angular-router-loader

A Webpack loader that enables string-based module loading with the Angular Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular 5 AOT chnages breaking route lazy loading

MashB opened this issue · comments

GenDIr is no more hounored by Angular 5 now .. can you please update code to handle the Angular 5 scenario ?

@brandonroberts Awesome Job , its working now.

With in angular 5. I config webpack.config.js according to the doc. But it cannot webpack router to dust. It seems to the webpack will works well after I delete all of the “genDir” in the project. Did I miss something else? Thanks!