UNPKG

ngx-testing-tools

Version:
4 lines (3 loc) 237 B
import { Type } from '@angular/core'; import { ComponentFixture } from '@angular/core/testing'; export declare function emitEvent(fixture: ComponentFixture<any>, selectorOrDirective: string | Type<any>, name: string, value?: any): void;