-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update to HttpClient #17
Comments
Any movement on this? Without it using HttpClient, we can't intercept the requests to append any type of authorization headers native to Angular 4 |
It's on the list. Just need to set aside some time. Currently haven't needed it on any of our own projects, so it's remained a lower priority. |
Just following up on this especially since angular 5 is out |
Sorry about the continued delay. I'm working on this now, however making it work with Angular 5 apparently isn't as straight forward as I hoped. I have to redo the library to make it consumable in Angular 5. Hopefully won't take too long. I'm aiming for next week, but I'm waiting on a dependency that should be released this weekend before I can build the library. |
The beta for the new package supporting HttpClient has been released. |
can we have the bridge updated to use the new httpClient instead of http.
The text was updated successfully, but these errors were encountered: