-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't intercept http requests since v3.0.0-dev #336
Comments
Fix or riot! |
Same problem, any solution ?? |
it happens me too |
Someone have any solution ?? |
Found a solution. I use a Service derived class like this one and it works. axios-authentication.service.ts
and use this one to your resources services like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can't intercept requests in version 3.0.0-dev anymore (Angular). That works perfectly in 2.2.3.
example interceptor:
The text was updated successfully, but these errors were encountered: