images based on http-server, filter dropdowns

This commit is contained in:
2024-05-10 17:19:36 +02:00
parent d508415de4
commit 5230ef1230
21 changed files with 224 additions and 149 deletions

View File

@@ -54,7 +54,7 @@ export class HomeComponent {
}
search() {
const data = { keep: true };
this.router.navigate([`${this.activeTabAction}Listings`], { state: { data } });
this.router.navigate([`${this.activeTabAction}Listings`]);
}
login() {