mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ca0f057491
Many of the tests in the router code use the deprecated loadChildren as a string. This has been deprecated for years and can easily be changed to just a function that returns the module. PR Close #43578