問題タブ [ionic5]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - アンビエント コンテキストでアクセサーを宣言することはできません
Ionic の既存のプロジェクト (Ionic/Angular で作成) に Angular Material をインストールしようとしています。
npm install –save @angular/material @angular/cdk @angular/animationse
しかし、アプリケーションを「提供」すると、次のエラーが表示されます。
これは私の「app.module.ts」です
「パッケージ.json」
そして「イオン情報」
エラーをGoogleで検索しようとしましたが、解決策が見つかりませんでした。誰かが私と同じ問題を抱えていましたか?