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
My problem was having an export twice in index.ts
Removing one of them solved the problem.