Last change
on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
672 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | import { OnChanges, SimpleChanges } from '@angular/core';
|
---|
| 2 | import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
---|
| 3 | import { CounterParams, Styles } from '@fortawesome/fontawesome-svg-core';
|
---|
| 4 | import { FaLayersComponent } from './layers.component';
|
---|
| 5 | export declare class FaLayersCounterComponent implements OnChanges {
|
---|
| 6 | private parent;
|
---|
| 7 | private sanitizer;
|
---|
| 8 | content: string;
|
---|
| 9 | title?: string;
|
---|
| 10 | styles?: Styles;
|
---|
| 11 | classes?: string[];
|
---|
| 12 | renderedHTML: SafeHtml;
|
---|
| 13 | constructor(parent: FaLayersComponent, sanitizer: DomSanitizer);
|
---|
| 14 | ngOnChanges(changes: SimpleChanges): void;
|
---|
| 15 | protected buildParams(): CounterParams;
|
---|
| 16 | private updateContent;
|
---|
| 17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.