-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
refactor: switch to HttpClient #6702
Conversation
I think it's already covered by #6454. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@crisbeto just needs rebase |
Caretaker note: if anyone is mocking the requests in google we'll need to update their tests |
a2b1d62
to
ec0144c
Compare
ec0144c
to
33360a0
Compare
Looks like this one needs rebease |
Rebased. |
33360a0
to
7b57d75
Compare
7b57d75
to
6bcd35b
Compare
please rebase |
6c1f4bb
to
ff9553d
Compare
Will this be merged soon? Was hoping it could make beta 11, well... |
@rafaelss95 thanks for noticing my work ;) |
Status update: after some super fun time debugging an issue with |
2605e72
to
add4419
Compare
Needs rebase |
Rebased @andrewseguin. |
It's need to remove |
Refactors all of the usages of the deprecated `Http` by replacing them with the `HttpClient`. BREAKING CHANGE: Material now requires `@angular/common` instead of `@angular/http` and uses `HttpClient` instead of `Http`.
This merge did unfortunately add back |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Refactors all of the usages of the deprecated
Http
by replacing them with theHttpClient
.Note: We need to keep
@angular/http
as a dev dependency in order for the prerender CI check to work.BREAKING CHANGE: Material now requires
@angular/common
instead of@angular/http
and usesHttpClient
instead ofHttp
.