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.
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.