Error: Error: Could not resolve [object Object] / undefined at Scope.resolve code example
Example: Error: Error: Could not resolve [object Object] / undefined at Scope.resolve
//It's a bug of Angular 11,
//just put these lines in the tsconfig.app.json file:
"angularCompilerOptions": {
"enableIvy": false
}