問題タブ [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.
angular - Angular 2 : Validators、ReactiveForms、FormBuilder、およびカスタム クラス
このクラスがあるとしましょう
リアクティブフォームを作るときは、このようにすることができます
または、2 番目の方法
私の問題は2番目の方法で発生します。最初の方法を使用すると、次のようにバリデーターをコントロールに追加できます
しかし、2 番目の方法では、どうすれば Validators をフォーム コントロールに追加できますか?
angular2-forms - angular2 - FormGroup 検証がトリガーされない
フォーム内に FormGroup があります。送信ボタンをクリックしたときに FormGroup コントロールを検証する必要がありますが、トリガーされません。TransactionForm はフォームで、allocationForm は FormGroup です。追加ボタンをクリックしたときに FormGroup だけを検証する必要があります。必須フィールドの検証がトリガーされていません。