linkwithModule
npm Package | @angular/core |
---|---|
Module | import { withModule } from '@angular/core/testing'; |
Source | core/testing/src/test_bed.ts |
function withModule(moduleDef: TestModuleMetadata, fn?: Function | null): (() => any) | InjectSetupWrapper;
linkOverloads
function withModule(moduleDef: TestModuleMetadata): InjectSetupWrapper;
function withModule(moduleDef: TestModuleMetadata, fn: Function): () => any;