feat: almost abstractions

This commit is contained in:
2024-07-19 15:06:35 +03:00
parent 00213d25a1
commit 7b2c6d9fc8
4 changed files with 18 additions and 8 deletions

View File

@@ -33,6 +33,7 @@ export class HomeComponent implements OnDestroy, OnInit {
this.route.queryParams.subscribe((params) => {
const search = params["search"];
if (search) {
this.searchService.setMangalibParser();
this.loading = true;
this.searchService
.search(search)