UNPKG

@terminus/ngx-tools

Version:

[![CircleCI][circle-badge]][circle-link] [![codecov][codecov-badge]][codecov-project] [![semantic-release][semantic-release-badge]][semantic-release] [![MIT License][license-image]][license-url] <br> [![NPM version][npm-version-image]][npm-url] [![Github

11 lines (10 loc) 259 B
import { ElementRef } from '@angular/core'; /** * A mock of the Angular ElementRef class */ export declare class ElementRefMock implements ElementRef { nativeElement: any; constructor(nativeElementAdditions?: { [key: string]: any; }); }