12 angular-material angular angular9
从 Angular 8 更新到 Angular 9 后,下面给出的 mat-progress-button 出现错误。它在 Angular 8 上工作正常。MatProgressButton 与 Angular 9 不兼容吗?
node_modules/mat-progress-buttons/esm2015/mat-progress-buttons.js:181:26 - error NG1010: Value at position 1 in the NgModule.imports of MatProgressButtonsModule is not a reference: [object Object]
Run Code Online (Sandbox Code Playgroud)
导入看起来像:
import { MatProgressButtonsModule } from 'mat-progress-buttons';
我的 package.json 看起来像这样:
"dependencies": {
"@angular/animations": "^9.0.2",
"@angular/cdk": "^9.1.0",
"@angular/common": "~9.0.2",
"@angular/compiler": "~9.0.2",
"@angular/core": "~9.0.2",
"@angular/forms": "~9.0.2",
"@angular/material": "^9.1.0",
...
"@angular/router": "~9.0.2",
"core-js": "^2.5.4",
"mat-file-upload": "^1.3.2",
"mat-progress-buttons": "^8.0.7",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.3",
"@angular/cli": "~9.0.3",
"@angular/compiler-cli": "~9.0.2",
"@angular/language-service": "~9.0.2",
...
"typescript": "^3.7.5"
}
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
8577 次 |
| 最近记录: |