Improve loader

This commit is contained in:
Peter Maquiran
2021-07-12 11:15:17 +01:00
parent 507ebd691a
commit c819ebfd3e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ export class AgendaPage implements OnInit {
ngOnInit() {
const loader = this.toastService.loading()
// const loader = this.toastService.loading()
this.profile = "mdgpr";
+1 -1
View File
@@ -15,7 +15,7 @@ export class ToastService {
) { }
ngOnInit() {
const loader = this.loading()
}
async presentToast(infoMessage: string) {