mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7dfa446c4a
The moved `XhrFactory` still needs to be available from `@angular/common/http` for some libraries that were built prior to 12.0.0, otherwise they cannot be used in applications built post-12.0.0. This commit adds back the re-export of `XhrFactory` and deprecates it. PR Close #41393