UNPKG

ad-custom-lib

Version:

This is an UI custom library based on Adminlte library with purpose for personal use, if you need a full template of Primeng please visit https://github.com/mledour/angular-admin-lte

9 lines (8 loc) 299 B
import { Renderer2, ElementRef } from '@angular/core'; export declare class ClassService { private elementRef; private renderer2; private currentClasses; constructor(elementRef: ElementRef, renderer2: Renderer2); applyClasses(cssClasses: string | Array<string>): void; }