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
Do not import your lazy loaded module within your main app.module.ts. This will cause a circular dependency and throw the error you are receiving.