My Ionic app was working fine and I haven\'t done anything to it but suddenly I am getting this error and I don\'t know why.
\"Error: Uncaught (in pro
it says that you called to loading.dismiss() before load.presenet() ended. you should try
let a = this.loadingCtrl.create({content : 'hello world'}) await a.present(); .. .. // your code goes here.. ... a.dismiss()