Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

loadingCtrl dismiss if the data is empty

$
0
0

@HamdySdiri wrote:

I am trying to dimiss from th loadingCtrl when the data is empty

This is my example:

constructor(
private loadingCtrl: LoadingController,
) {

this.recapServiceProvider.getRecap(this.loginServiceProvider.getToken())
  .subscribe(
  data => {
    loading.dismiss();
  });
 let loading = this.presentLoadingDefault();

}

When the data is empty, the loading still running.

How can I dismiss the loading when the data is empty

Posts: 5

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>