feat: almost abstractions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user