angular-admin-lte
Version:
Admin-lte implémentation for Angular 4+
23 lines (22 loc) • 615 B
TypeScript
import { Renderer2, ElementRef } from '@angular/core';
export declare class BackgroundColorDirective {
private elementRef;
private renderer2;
private currentStyle;
private currentClass;
constructor(elementRef: ElementRef, renderer2: Renderer2);
condition: boolean;
prefix: string;
property: string;
color: string;
private reset();
}
export declare class ColorDirective {
private elementRef;
private renderer2;
private currentStyle;
private currentClass;
constructor(elementRef: ElementRef, renderer2: Renderer2);
color: string;
private reset();
}