-
Notifications
You must be signed in to change notification settings - Fork 27k
refactor(common): remove deprecated XhrFactory export from http entrypoint
#49251
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
Conversation
|
nit: You can remove the entries in the depreciation guide |
…ntrypoint The deprecated `XhrFactory` export from `@angular/common/http` has been removed. BREAKING CHANGE: Deprecated `XhrFactory` export from `@angular/common/http` has been removed. Use `XhrFactory` from `@angular/common` instead.
43b5cc2 to
0d2108d
Compare
AndrewKushnir
left a comment
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.
Looks great 👍
I didn't find any instances of that symbol (from @angular/common/http) in g3, but would be good to run a TGP just in case.
AndrewKushnir
left a comment
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.
Reviewed-for: public-api
dylhunn
left a comment
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.
reviewed-for: public-api
|
Global presubmit: http://test/OCL:512889239:BASE:513154502:1677658513854:fb8c3fba |
|
This PR was merged into the repository by commit c41a216. |
|
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. |
The deprecated
XhrFactoryexport from@angular/common/httphas been removed.BREAKING CHANGE:
Deprecated
XhrFactoryexport from@angular/common/httphas been removed. UseXhrFactoryfrom@angular/commoninstead.