Umbau zu tailwind + mobile friendly: LandingPage & Footer
This commit is contained in:
@@ -17,6 +17,7 @@ export class SelectOptionsService {
|
||||
this.prices = allSelectOptions.prices;
|
||||
this.listingCategories = allSelectOptions.listingCategories;
|
||||
this.customerTypes = allSelectOptions.customerTypes;
|
||||
this.customerSubTypes = allSelectOptions.customerSubTypes;
|
||||
this.states = allSelectOptions.locations;
|
||||
this.gender = allSelectOptions.gender;
|
||||
this.typesOfCommercialProperty = allSelectOptions.typesOfCommercialProperty;
|
||||
@@ -34,7 +35,7 @@ export class SelectOptionsService {
|
||||
public gender: Array<KeyValue>;
|
||||
|
||||
public states: Array<any>;
|
||||
|
||||
public customerSubTypes: Array<KeyValue>;
|
||||
getState(value: string): string {
|
||||
return this.states.find(l => l.value === value)?.name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user