UNPKG

ngx-testing-tools

Version:
6 lines (5 loc) 483 B
import { Type } from '@angular/core'; import { ComponentFixture } from '@angular/core/testing'; export declare function emitOutput(fixture: ComponentFixture<any>, selector: string, name: string, $event?: any): void; export declare function emitOutput(fixture: ComponentFixture<any>, directive: Type<any>, name: string, $event?: any): void; export declare function emitOutput(fixture: ComponentFixture<any>, selectorOrDirective: string | Type<any>, name: string, $event?: any): void;