Global Loading Controller

How to create loading controller dismiss in other page? this is possible?

you can use dismissOnPageChange:true on the settings.

let loading = this.loadingCtrl.create({
content: ‘Please wait…’,
dismissOnPageChange: true
});

2 Likes

Thank , try later , feedback me