mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
04acc6b14d
Saves us some bytes by not emitting `providers` in `defineInjector`. While the amount of bytes isn't huge, I think that this change is worthwhile, because `ng generate` currently generates `providers: []` with every `NgModule` which users can forget to remove. PR Close #46301