Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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
  }
 
PREVIOUS NEXT
Tagged: #Could #resolve #undefined
ADD COMMENT
Topic
Name
4+1 =