問題タブ [material-dialog]
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 - クリックしてもダイアログが正しく表示されない
dialog-example と dialog フォルダーに基づいて、https://github.com/gopinav/Angular-Material-Tutorial/tree/master/material-demo/src/appからこのチュートリアルからダイアログモーダルをポップアップすることをテストしています.
ただし、ローカルホストでテストするために実行すると、このエラーが発生します
ModalComponent のコンポーネント ファクトリが見つかりません。@NgModule.entryComponents に追加しましたか?
こんな感じで割りました
nav.html
nav.ts
そして modal.html について
modal.ts
このエラー メッセージの原因となっている何かを見落とした可能性はありますか?