@angular/upgrade/static

downgradeModule

function
Deprecated

A helper function for creating an AngularJS module that can bootstrap an Angular module "on-demand" (possibly lazily) when a downgradeComponent downgraded component needs to be instantiated.

downgradeModule(
moduleOrBootstrapFn: NgModuleFactory<T>
): string;
Jump to details