All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
13 lines
310 B
HTML
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>
|
|
|
|
|
|
|
|
|