Image Upload, spinner aktivirt, listings & details überarbeitet
This commit is contained in:
@@ -42,7 +42,9 @@ export class SelectOptionsService {
|
||||
getBusiness(value:string):string{
|
||||
return this.typesOfBusiness.find(t=>t.value===value)?.name
|
||||
}
|
||||
|
||||
getCommercialProperty(value:string):string{
|
||||
return this.typesOfCommercialProperty.find(t=>t.value===value)?.name
|
||||
}
|
||||
getListingsCategory(value:string):string{
|
||||
return this.listingCategories.find(l=>l.value===value)?.name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user