Ionic 3 + Material angularを一緒に使用することはできません。Ionic 3 + Material Angularを使用できません。
私はすべてがangular/animation
、angular/material
、angular/cdk
をインストールし、ステップとapp.module.ts
にBrowserAnimationsModule
をもたらす続いてきました。私はMatCardModule
を'@angular/material'
からインポートし、それをimports
配列に追加しました。そして私はついに<mat-card>Simple card</mat-card>
でそれを使用しようとしました。
Error: Uncaught (in promise): Error: Template parse errors: 'mat-card' is not a known element: 1. If 'mat-card' is an Angular component, then verify that it is part of this module. 2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. (" `
どのように連携させることができますか?
これはインポートの問題です。例えば – user7722867
にある特定のtsファイルにインポーターがあることを確認してください。何かをcomponent.tsファイルにインポートするのは間違いありません。 – GreatHawkeye