在ubuntu 16.4.5中以角度5安装角度材料: -
我已按照以下步骤操作:(https://v5.material.angular.io/guide/getting-started)
npm install --save @angular/material @angular/cdk
npm install --save angular/material2-builds angular/cdk-builds
npm install --save @angular/animations
参考链接进一步的步骤
但是这给了我以下错误:
ERROR in node_modules/@angular/material/button-toggle/typings/button-toggle.d.ts(136,20): error TS2315: Type 'ElementRef' is not generic.
node_modules/@angular/material/button-toggle/typings/button-toggle.d.ts(154,104): error TS2315: Type 'ElementRef' is not generic.
node_modules/@angular/material/slide-toggle/typings/button-toggle.d.ts(53,15): error TS2315: Type 'ElementRef' is not generic.
node_modules/@angular/material/slide-toggle/typings/button-toggle.d.ts(55,18): error TS2315: Type 'ElementRef' is not generic.
我该如何解决此错误?
答案 0 :(得分:0)
尝试这个
npm install --save @angular/material@5.2.5
npm install --save @angular/cdk@5.2.5