Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/schematics): replace template line endings with p…
…latform specific Currently, when using `ng new` on Windows, users will get a number of `LF will be replaced by CRLF the next time Git touches it` warnings. This commit, replaces the line endings in templates to be platform specific. Closes #26764 (cherry picked from commit 7e9bbe4)
- Loading branch information