I\'m getting this error after migrating to NgModule, the error doesn\'t help too much, any advice please?
Error: Error: Unexpected value \'undefined\' import
Make sure the modules don't import each other. So, there shouldn't be
In Module A: imports[ModuleB]
imports[ModuleB]
In Module B: imports[ModuleA]
imports[ModuleA]