Einbau Validation finished

This commit is contained in:
2024-08-03 12:16:04 +02:00
parent f58448679d
commit 4c1b1fbc87
19 changed files with 421 additions and 338 deletions

View File

@@ -81,9 +81,7 @@ export class BusinessListingsComponent {
this.criteria.page = page;
this.search();
}
imageErrorHandler(listing: ListingType) {
// listing.hideImage = true; // Bild ausblenden, wenn es nicht geladen werden kann
}
imageErrorHandler(listing: ListingType) {}
reset() {
this.criteria.title = null;
}