ngx-testing-tools
Version:
Makes Angular testing easier
9 lines (8 loc) • 384 B
TypeScript
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>;
}