https://github.com/angular/angular
Revision 3896f570fa0da504a689c1781de2c08d1996655a authored by Alex Rickabaugh on 21 April 2022, 20:27:14 UTC, committed by Andrew Scott on 27 April 2022, 16:05:51 UTC
This commit moves the ModuleWithProviders type from `metadata` to `di`, avoiding
the need for `di` to reference `metadata` (in this particular case).

PR Close #45722
1 parent 39c1681
Raw File
Tip revision: 3896f570fa0da504a689c1781de2c08d1996655a authored by Alex Rickabaugh on 21 April 2022, 20:27:14 UTC
refactor(core): move ModuleWithProviders type (#45722)
Tip revision: 3896f57
.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