UNPKG

1.01 kBTypeScriptView Raw
1import { OnChanges, SimpleChanges } from '@angular/core';
2import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3import { CounterParams, Styles } from '@fortawesome/fontawesome-svg-core';
4import { FaLayersComponent } from './layers.component';
5import * as i0 from "@angular/core";
6export declare class FaLayersCounterComponent implements OnChanges {
7 private parent;
8 private sanitizer;
9 content: string;
10 title?: string;
11 styles?: Styles;
12 classes?: string[];
13 renderedHTML: SafeHtml;
14 constructor(parent: FaLayersComponent, sanitizer: DomSanitizer);
15 ngOnChanges(changes: SimpleChanges): void;
16 protected buildParams(): CounterParams;
17 private updateContent;
18 static ɵfac: i0.ɵɵFactoryDeclaration<FaLayersCounterComponent, [{ optional: true; }, null]>;
19 static ɵcmp: i0.ɵɵComponentDeclaration<FaLayersCounterComponent, "fa-layers-counter", never, { "content": "content"; "title": "title"; "styles": "styles"; "classes": "classes"; }, {}, never, never>;
20}