📅  最后修改于: 2022-03-11 15:02:39.879000             🧑  作者: Mango
//It's a bug of Angular 11,
//just put these lines in the tsconfig.app.json file:
"angularCompilerOptions": {
"enableIvy": false
}