📜  错误:错误:无法解析 [object Object] undefined at Scope.resolve - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:39.879000             🧑  作者: Mango

代码示例1
//It's a bug of Angular 11, 
//just put these lines in the tsconfig.app.json file:

"angularCompilerOptions": {
    "enableIvy": false
  }