問題タブ [angular-aot]
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 - AOT - ngc コンポーネントのすべてのパラメーターを解決できません
次のJIT命令でビルドするとng build
; フラグng build --prod
を使用してAOT用にビルドしても、すべて問題ありません。アプリは動作します。しかし、それをコンパイルしようとすると (AOT) 、以下のエラーが発生します:--aot
ng build --aot
ngc
これは HomeComponent クラスです:
[編集済み] EventManager :
[編集] app.module.ts :
エラーの理由について何か考えはありますか?