Add test component
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2020-10-06 09:07:40 +02:00
parent da2492e017
commit 640c99cde2
8 changed files with 78 additions and 14 deletions

View File

@@ -0,0 +1,12 @@
<div class="container">
<div class="row">
<fm-gradient-select [gradientItems]="gradientItems|async" [showLabel]="false" [showAdd]="true"></fm-gradient-select>
</div>
<div class="row mt-3">
<button class="btn btn-primary">Test</button>
</div>
</div>