95ff5ecb23
Automatically migrates `XhrFactory` from `@angular/common/http` to `@angular/common`. PR Close #41313 |
||
---|---|---|
.. | ||
BUILD.bazel | ||
README.md | ||
index.ts |
README.md
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';