UNPKG

nativescript-angular

Version:

An Angular renderer that lets you build mobile apps with NativeScript.

8 lines (7 loc) 276 B
import { TestComponentRenderer } from "@angular/core/testing"; /** * A NativeScript based implementation of the TestComponentRenderer. */ export declare class NativeScriptTestComponentRenderer extends TestComponentRenderer { insertRootElement(rootElId: string): void; }