UNPKG

ngx-testing-tools

Version:
9 lines (8 loc) 384 B
import { ElementRef } from '@angular/core'; import { ComponentFixture } from '@angular/core/testing'; import * as i0 from "@angular/core"; export declare class HostElementRef extends ElementRef { constructor(fixture: ComponentFixture<unknown>); static ɵfac: i0.ɵɵFactoryDeclaration<HostElementRef, never>; static ɵprov: i0.ɵɵInjectableDeclaration<HostElementRef>; }