Small tweak in forms page

This commit is contained in:
Sercan Yemen 2018-08-28 08:47:27 +03:00
parent ed9c024e13
commit f337df17e4

View File

@ -31,7 +31,7 @@
<!-- REACTIVE FORM EXAMPLE -->
<form class="mat-elevation-z4 p-24 mr-24" fxLayout="column" fxLayoutAlign="start"
<form class="mat-card mat-elevation-z4 p-24 mr-24" fxLayout="column" fxLayoutAlign="start"
fxFlex="1 0 auto" name="form" [formGroup]="form">
<div class="h2 mb-24">Reactive Form Example</div>
@ -127,7 +127,7 @@
<!-- / REACTIVE FORM EXAMPLE -->
<div class="form-errors-model p-24 mat-elevation-z4">
<div class="mat-card form-errors-model p-24 mat-elevation-z4">
<div class="h2 mb-24">Reactive Form Model</div>
<pre><code>{{form.getRawValue() | json}}</code></pre>
</div>