1
我得到一個錯誤:角材料設計 - 進口元素的錯誤
Uncaught Error: Unexpected directive 'MdRadioGroup' imported by the module 'AppModule'. Please add a @NgModule annotation
在文件app.module
我:
import {
MATERIAL_COMPATIBILITY_MODE,
MdRadioGroup,
MdButtonModule,
} from '@angular/material';
及以下部分@NgModule
:
imports: [
MdRadioGroup
]
但它不起作用
角料2我把它? –
是的,我從'from'@ angular/material'導入;' – Daniel
在package.json中:'「@ angular/material」:「^ 2.0.0-beta.8」,' – Daniel