在 Stackblitz 中单独使用 Angular Material Button?
Using Angular Material Button by itself in a Stackblitz?
我一直在 Stackblitz 上使用 Angular Material,通常我会导入一个厨房水槽模块,一切正常。
现在我尝试只导入 Angular Material 按钮模块,但出现错误:
Error in src/app/app.component.ts (8:14)
Unable to import component MatButton.
The symbol is not exported from /turbo_modules/@angular/material@13.3.5/button/button-module.d.ts (module '@angular/material/button/button-module').
这是 Stackblitz:
https://stackblitz.com/edit/angular-ivy-wxvebj?file=src%2Fapp%2Fapp.module.ts
有什么想法吗?
当您应该从 @angular/material/button
导入时,您正在从 @angular/material/button/button-module
导入 MatButtonModule
我一直在 Stackblitz 上使用 Angular Material,通常我会导入一个厨房水槽模块,一切正常。
现在我尝试只导入 Angular Material 按钮模块,但出现错误:
Error in src/app/app.component.ts (8:14)
Unable to import component MatButton.
The symbol is not exported from /turbo_modules/@angular/material@13.3.5/button/button-module.d.ts (module '@angular/material/button/button-module').
这是 Stackblitz: https://stackblitz.com/edit/angular-ivy-wxvebj?file=src%2Fapp%2Fapp.module.ts
有什么想法吗?
当您应该从 @angular/material/button
@angular/material/button/button-module
导入 MatButtonModule