This commit is contained in:
tiago.kayaya
2021-11-04 12:23:37 +01:00
10 changed files with 42 additions and 15 deletions
+1 -3
View File
@@ -14,9 +14,7 @@ export class ToastService {
private modalController: ModalController,
) { }
ngOnInit() {
}
ngOnInit() {}
async presentToast(infoMessage: string) {
const toast = await this.toastController.create({