Angular:error TS2717: Subsequent property declarations must have the same type. Yolo_2021 2023-07-30 182 阅读1分钟 解决方案 在tsconfig.json的compilerOptions选项中添加如下内容"skipLibCheck": true。 如下图所示 之后重新启动项目。 如下图启动成功