I am in the process upgrading an application I\'m working on to the latest Angular 2 release candidate. As part of this work I am attempting to use the NgModule spec and mig
I had the same problem.
The answer here is pretty good using loadChildren :
{ path: 'mypath', loadChildren : () => myModule }
https://github.com/angular/angular/issues/10958