-2
我已經安裝了@角度/材料並已從'@ angular/material'導入{MaterialModule}。材料組件不是已知元素 - angular2
但我仍然無法使用任何md-tags,因爲它顯示「Not a known element」錯誤。請對此提出建議。
我已經安裝了@角度/材料並已從'@ angular/material'導入{MaterialModule}。材料組件不是已知元素 - angular2
但我仍然無法使用任何md-tags,因爲它顯示「Not a known element」錯誤。請對此提出建議。
您需要確保您引用您的app.component.ts
例如你從材料所需的組件
import { MdDialog, MdDialogRef, MdSnackBar } from '@angular/material';
請提供一些更多的信息。你的配置如何定義?你在使用systemjs還是webpack? –
使用angular-cli安裝,package.json文件具有依賴關係,@ angular/material – Rosy
您是否在'app.module.ts'中包含了導入? –