FarmMapsLib/src/app/test/test.component.html
Willem Dantuma 713af307cd
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
Add fmPackageExists directive
2022-03-16 14:20:28 +01:00

13 lines
367 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" *fmPackageExists="'vnd.farmmaps.itemtype.package.dacom'">
<button class="btn btn-primary" (click)="onTest($event)">Test</button>
</div>
</div>