Newer
Older
catchError((err) => {
this.notify.handleErrors(err);
resolve(false);
return of(false);
})
)
.subscribe();
});
}