問題タブ [ngmodel]
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.
javascript - コンポーネント間で ngModel を利用可能にする方法
私は真剣に怒っています。私はすべてを試しました。FormsModules、ReactiveForms、FORMDIRECTIVES、Input、Output コンポーネント間で ngModel を使用できるようにする方法をあらゆる場所で検索してきました。文字列補間を使用して入力タグで入力/削除されている値を h1 タグに表示しようとしていますが、機能していません。これらはファイルです: app.component.html:
app.component.ts
notes.component.html
input.component.html