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.
9 lines (8 loc) • 364 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class StylesUtilService {
constructor();
static getStyleValue(elementRef: ElementRef, styleAttribute: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<StylesUtilService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<StylesUtilService>;
}