Automatically migrates `XhrFactory` from `@angular/common/http` to `@angular/common`. PR Close #41313
XhrFactory migration
Automatically migrates XhrFactory
from @angular/common/http
to @angular/common
.
Before
import { XhrFactory } from '@angular/common/http';
After
import { XhrFactory } from '@angular/common';