mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
dbae00195e
For now it's not possible to provide custom route reuse strategy via DI for `RouterTestingModule`, only imperative instantiation. These changes makes it possible to provide custom route reuse strategy via DI. PR Close #42434