improve header

This commit is contained in:
Peter Maquiran
2021-03-02 14:46:38 +01:00
parent 61ffaf6db6
commit a0f06af6bf
1530 changed files with 148 additions and 510618 deletions
+5 -1
View File
@@ -24,6 +24,10 @@ export class HeaderPage implements OnInit {
ngOnInit() {
}
locationPathname(): string {
return window.location.pathname
}
async openSearch() {
const modal = await this.modalController.create({
component: SearchPage,
@@ -37,4 +41,4 @@ export class HeaderPage implements OnInit {
changeRoute(path){
this.router.navigateByUrl(path)
}
}
}