UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

15 lines (14 loc) 685 B
import { ElementRef, OnChanges, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TestIdDirective implements OnChanges { private config; private renderer; private el; label: string; private readonly productionMode; constructor(config: any, renderer: Renderer2, el: ElementRef); ngOnChanges(): void; private addE2EAttribute; static ɵfac: i0.ɵɵFactoryDeclaration<TestIdDirective, [{ optional: true; }, null, null]>; static ɵdir: i0.ɵɵDirectiveDeclaration<TestIdDirective, "[systelabTestId]", never, { "label": { "alias": "systelabTestId"; "required": false; }; }, {}, never, never, false, never>; }