問題タブ [angular-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 投票する
1 に答える
2152 参照

javascript - Angular 2フォームを無効にする

次のコード例があります。

component.html

component.ts

基本的に、テキストフィールドへの入力が有効なjson式であるかどうかを確認します。エラーが発生した場合は、フォームを無効にしたいと思います。

これを行う方法はありますか?