Update Angular 18, ng-select, quill editor, ngx-currency, Umbau business-detail, edit-business, commercial-lsitings, remove ng-prime
This commit is contained in:
@@ -64,4 +64,7 @@ export class SelectOptionsService {
|
||||
const category = this.typesOfBusiness.find(c => c.value === String(value));
|
||||
return `${category?.icon} ${category?.textColorClass}`;
|
||||
}
|
||||
getIconTypeOfCommercials(value: number): string {
|
||||
return this.typesOfCommercialProperty.find(c => c.value === String(value))?.icon;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user