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

This commit is contained in:
Willem Dantuma
2021-02-11 11:49:28 +01:00
parent 142a1c9e58
commit 231fbf9ee8
5 changed files with 26 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
<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>
<button class="btn btn-primary" (click)="onTest($event)">Test</button>
</div>
</div>