refactor: switch to HttpClient#6702
Conversation
|
I think it's already covered by #6454. |
|
@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
Httpby replacing them with theHttpClient.Note: We need to keep
@angular/httpas a dev dependency in order for the prerender CI check to work.BREAKING CHANGE: Material now requires
@angular/commoninstead of@angular/httpand usesHttpClientinstead ofHttp.