UNPKG

shallow-render

Version:

Shallow rendering test utility for Angular

3 lines (2 loc) 154 B
import { Type } from '@angular/core'; export declare const mockWithInputsOutputsAndStubs: (componentOrDirective: Type<any>, stubs?: object) => Type<any>;