@danielmm1997 wrote:
Hi,
i very unhappy with the LoadingController.
Can someone add best practice for the LoadingController?
in the ionic-conference-app is no LoadingController.My Problem is the Loading Controller dismiss function, this function is not working on my Project.
And can i add a global loading function an call them like:
this.loading(true); this.loading(false); let loading = this.loadingCtrl.create({ content:"" }) loading.present(); .. loading.dismiss();
Thanks,
Daniel
Posts: 6
Participants: 3