mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-23 00:57:07 +00:00
Compare commits
1 Commits
v6.3.0-ske
...
v6.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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>
|
||||
|
||||
Reference in New Issue
Block a user