2d0ff0a5d3
For quite a while it is an unspoken convention to add a trailing new-line files within the Angular repository. This was never enforced automatically, but has been frequently raised in pull requests through manual review. This commit sets up a lint rule so that this is "officially" enforced and doesn't require manual review. PR Close #42478 |
||
---|---|---|
.. | ||
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';