@ng-formworks/core
Version:
Angular ng-formworks - JSON Schema Form builder core
14 lines (13 loc) • 640 B
TypeScript
import { ElementRef, Renderer2, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ElementAttributeDirective {
private renderer;
private elementRef;
attributes: {
[key: string]: any;
};
constructor(renderer: Renderer2, elementRef: ElementRef);
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ElementAttributeDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ElementAttributeDirective, "[attributes]", never, { "attributes": { "alias": "attributes"; "required": false; }; }, {}, never, never, false, never>;
}