問題タブ [angular-reactive-forms]

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.

0 投票する
3 に答える
9640 参照

angular - Component destroy でリアクティブ FormControl を破棄する方法は?

FormControl とその値の変更に関するサブスクリプションを持つコンポーネントがあります。

ただし、コンポーネントが破棄されると、FormControl 要素は破棄されず、onComplete コールバックは発生しません。

コンポーネントの破棄でFormControl要素を破棄する正しい方法は何ですか?