penambahan icon pada master category

This commit is contained in:
2024-06-25 21:54:12 +07:00
parent fc9947da15
commit 89203b9984
11 changed files with 164 additions and 45 deletions

View File

@@ -16,9 +16,10 @@
formControlName="name"
/>
</div>
<div class="form-group col-md-6">
<div class="form-group col-md-6" *ngIf="category">
<label for="status" style="color: #ffffff">Icon:</label>
<app-select-icon (iconSelected)="onIconSelected($event)"></app-select-icon>
<app-select-icon [selectedIcon]="selectedIcon" (iconSelected)="onIconSelected($event)"></app-select-icon>
<!-- <input type="hidden" formControlName="icon"> -->
</div>
<div class="form-group col-md-6">