Posts by Mr. Jordan • 16 points
1 post
-
0
votes1
answer31
viewsA: Ionic problem 4 . present();
Christian,... async loadingToast() { const toast = await this._loadingCtrl.create({ message: 'Carregando...' }); return await toast.present(); }
1 post
0
votes1
answer31
viewsChristian,... async loadingToast() { const toast = await this._loadingCtrl.create({ message: 'Carregando...' }); return await toast.present(); }