mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6d215d3124
We used to track all modules in a top-level constant called `autoRegisterModuleById` which was used by `getRegisteredNgModuleType`. As of #45024 the constant isn't being used anymore so we can remove it. PR Close #47066