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:
1011 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | import { OnChanges, SimpleChanges } from '@angular/core';
|
---|
| 2 | import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
---|
| 3 | import { FlipProp, PullProp, RotateProp, SizeProp, Styles, TextParams, Transform } from '@fortawesome/fontawesome-svg-core';
|
---|
| 4 | import { FaLayersComponent } from './layers.component';
|
---|
| 5 | export declare class FaLayersTextComponent implements OnChanges {
|
---|
| 6 | private parent;
|
---|
| 7 | private sanitizer;
|
---|
| 8 | content: string;
|
---|
| 9 | title?: string;
|
---|
| 10 | styles?: Styles;
|
---|
| 11 | classes?: string[];
|
---|
| 12 | spin?: boolean;
|
---|
| 13 | pulse?: boolean;
|
---|
| 14 | flip?: FlipProp;
|
---|
| 15 | size?: SizeProp;
|
---|
| 16 | pull?: PullProp;
|
---|
| 17 | border?: boolean;
|
---|
| 18 | inverse?: boolean;
|
---|
| 19 | rotate?: RotateProp;
|
---|
| 20 | fixedWidth?: boolean;
|
---|
| 21 | transform?: string | Transform;
|
---|
| 22 | renderedHTML: SafeHtml;
|
---|
| 23 | constructor(parent: FaLayersComponent, sanitizer: DomSanitizer);
|
---|
| 24 | ngOnChanges(changes: SimpleChanges): void;
|
---|
| 25 | /**
|
---|
| 26 | * Updating params by component props.
|
---|
| 27 | */
|
---|
| 28 | protected buildParams(): TextParams;
|
---|
| 29 | private updateContent;
|
---|
| 30 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.