mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
34f990986c
This commit extends the logic of the `downgradeModule` function to support NgModule class as an argument. This is needed to simplify the API surface to avoid the need to resolve NgModule factory before invoking the `downgradeModule` method. PR Close #43973