@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 downgraded component needs to be instantiated.

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