UNPKG

piumino

Version:

Piumino, meaning duvet in Italian, is like a duvet over the bed called Angular TestBed. It provides test helpers to test trivial things like inputs and outputs with a single line.

8 lines (7 loc) 311 B
import { DebugElement } from "@angular/core"; export declare class NgHelper { private static reflectionCapabilities; static getProperty(element: DebugElement, property: string): any; static hasProperty(element: DebugElement, property: string): boolean; private static getDirectivePropertyMap; }