add message notification

This commit is contained in:
Peter Maquiran
2022-01-13 10:19:14 +01:00
parent 361e60a797
commit 9bb9516491
2 changed files with 8 additions and 4 deletions
+4 -3
View File
@@ -10,9 +10,7 @@ export class ToastService {
constructor(
public toastController: ToastController,
private animationController: AnimationController,
private modalController: ModalController,
) { }
) { }
ngOnInit() {}
@@ -230,3 +228,6 @@ export class ToastService {
}
}
export const ToastsService = new ToastService(new ToastController())