diegodfsd
11/24/2016 - 4:25 AM

angular 2 formbuilder status

angular 2 formbuilder status

<pre>Is profileForm valid?: <br>{{profileForm.valid | json}}</pre>
<pre>Is profileForm dirty?: <br>{{profileForm.dirty | json}}</pre>
<pre>Is profileForm pristine?: <br>{{profileForm.pristine | json}}</pre>
<pre>form value: <br>{{profileForm.value | json}}</pre>