Angular error TS2564: Property 'xx' has no initializer and is not definitely assigned in the constructor.
Angular 大约 151 字解决办法
编辑tsconfig.json
compilerOptions
下添加:"strictPropertyInitialization":false
{
"compilerOptions": {
"strictPropertyInitialization":false,
}
}
阅读 917 · 发布于 2022-08-18
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称: