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
tsconfig-tslint.json
{
  "compilerOptions": {
    "allowJs": true
  },
  "include": [
    "packages/**/*",
    "modules/**/*",
    "tools/**/*",
    "scripts/**/*",
    "devtools/**/*",
  ]
}
back to top