Revision 51093690bfb2c6924070977042684cbf53183e6a authored by George Kalpakas on 02 December 2021, 13:38:49 UTC, committed by Andrew Kushnir on 02 December 2021, 19:52:13 UTC
Update `.browserslistrc` to align with new CLI apps. This drops some
older browsers that are no longer supported by Angular v13+.
See the [list of supported browsers][1].

[1]: https://angular.io/guide/browser-support

PR Close #44283
1 parent 1336297
Raw File
.gitattributes
# Auto detect text files and perform LF normalization
* text=auto

# JS and TS files must always use LF for tools to work
*.js eol=lf
*.ts eol=lf

# Must keep Windows line ending to be parsed correctly
scripts/windows/packages.txt eol=crlf
back to top