FarmMapsLib/src/app/test/test.component.html
Willem Dantuma 231fbf9ee8
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
Add test
2021-02-11 11:49:28 +01:00

13 lines
310 B
HTML

<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" (click)="onTest($event)">Test</button>
</div>
</div>