問題タブ [angular-animations]
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 - BrowserAnimationsModule の Angular アニメーションが見つからない
BrowserAnimationsModule
次のように import 行を使用して angular 4 プロジェクトをインポートしようとしています
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
コマンドを使用してプロジェクトフォルダーにアニメーションモジュールを追加しました
npm install --save @angular/animations
しかし、node_modules
フォルダーを表示してからフォルダーを表示すると、エラーが発生した理由であると思われるフォルダーが表示されplatform-browser
ません。animations
BrowserAnimationsModule
私の場合、どのようにインポートすればよいBrowserAnimationsModule
でしょうか?
ng serve の実行中に発生するエラー