Paniraj2010
Paniraj2010
We have same issue, ngxspinner.hide() is not working in angular v9
try with this, if you hide spinner from ngonint() or calling from ngonint() setTimeout(() => this.spinner.show(), 25); It worked for our scenario.
> > try with this, if you hide spinner from ngonint() or calling from ngonint() > > setTimeout(() => this.spinner.show(), 25); > > It worked for our scenario. > >...
> i am calling the method when button is clicked , at that point of time i am calling ngxspinner.show() , and after subscribed(result=>{this.spinner.hide()} i am calling like. this.spinner.hide() is...