mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-24 11:53:19 +00:00
Small tweak in forms page
This commit is contained in:
parent
ed9c024e13
commit
f337df17e4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user