@alyle/ui
Version:
Minimal Design, a set of components for Angular
10 lines (9 loc) • 442 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LyWithClass {
private el;
set withClass(val: string);
constructor(el: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<LyWithClass, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<LyWithClass, "[withClass]", never, { "withClass": { "alias": "withClass"; "required": false; }; }, {}, never, never, false, never>;
}