sureshchahal / angular2-adal

Angular 2 wrapper for adal.js
MIT License
41 stars 50 forks source link

Make authHttp handleError protected to enable custom catch logic #51

Closed davidreher closed 7 years ago

davidreher commented 7 years ago

Currently I am not able to catch errors, since you are doing it in your lib. Please either remove the error handling or make it protected, so I can overwrite it. (this one or #50)

davidreher commented 7 years ago

Sorry, I was too stupid to use the catch correctly :(