📅  最后修改于: 2022-03-11 15:02:33.711000             🧑  作者: Mango
//Following Angular doc, the strict mode can be
//disabled turning off these flags on tsconfig.json file:
"forceConsistentCasingInFileNames": false,
"strict": false,
"noImplicitReturns": false,
"noFallthroughCasesInSwitch": false,
...
"angularCompilerOptions": {
"strictInjectionParameters": false,
"strictInputAccessModifiers": false,
"strictTemplates": false
}