DEV Community

Discussion on: Answer: error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class

Collapse
 
algorusa profile image
algorusa • Edited

what worked for me(rom ang 11 to ang 15 migration): modify angular.json as
configurations: {
...
aot: false,
buildOptimizer: false,
...
}