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
Had the same exception when tried to compile an Angular 5 application.
Unexpected value 'undefined' imported by the module 'DemoAppModule'
In my case it turned out it was a circular dependency which I found by using a tool madge. Found the files containing circular dependency by running
npx madge --circular --extensions ts src/