sureshchahal / angular2-adal

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

Remove authHttp handleError to enable custom catch logic #50

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.

davidreher commented 7 years ago

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