Hi there
Perhaps a bit of a silly question, am getting my head around Ionic 2.
When I display loading
public presentLoading(text) {
let loader = this._loader.create({
content: text,
});
loader.present();
}
it works fine.
Question is, how would I go about in hiding this loader upon successful registration of user for example?