Update agenda

This commit is contained in:
2021-03-02 19:00:55 +01:00
12 changed files with 155 additions and 93 deletions
+7
View File
@@ -26,6 +26,10 @@ export class HeaderPage implements OnInit {
ngOnInit() {
}
locationPathname(): string {
return window.location.pathname
}
async openSearch() {
const modal = await this.modalController.create({
component: SearchPage,
@@ -41,6 +45,7 @@ export class HeaderPage implements OnInit {
}
async openProfile() {
const enterAnimation = (baseEl: any) => {
@@ -77,4 +82,6 @@ export class HeaderPage implements OnInit {
});
return await modal.present();
}
}