@angular/upgrade/static/testing

createAngularTestingModule

function

A helper function to use when unit testing Angular services that depend upon upgraded AngularJS services.

  
    function createAngularTestingModule(  angularJSModules: string[],  strictDi?: boolean): Type<any>;
  
  
Jump to details