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:
1021 bytes
|
Line | |
---|
1 | import * as i0 from "@angular/core";
|
---|
2 | import * as i1 from "@angular/common";
|
---|
3 | export declare class Avatar {
|
---|
4 | label: string;
|
---|
5 | icon: string;
|
---|
6 | image: string;
|
---|
7 | size: string;
|
---|
8 | shape: string;
|
---|
9 | style: any;
|
---|
10 | styleClass: string;
|
---|
11 | containerClass(): {
|
---|
12 | 'p-avatar p-component': boolean;
|
---|
13 | 'p-avatar-image': boolean;
|
---|
14 | 'p-avatar-circle': boolean;
|
---|
15 | 'p-avatar-lg': boolean;
|
---|
16 | 'p-avatar-xl': boolean;
|
---|
17 | };
|
---|
18 | static ɵfac: i0.ɵɵFactoryDeclaration<Avatar, never>;
|
---|
19 | static ɵcmp: i0.ɵɵComponentDeclaration<Avatar, "p-avatar", never, { "label": "label"; "icon": "icon"; "image": "image"; "size": "size"; "shape": "shape"; "style": "style"; "styleClass": "styleClass"; }, {}, never, ["*"]>;
|
---|
20 | }
|
---|
21 | export declare class AvatarModule {
|
---|
22 | static ɵfac: i0.ɵɵFactoryDeclaration<AvatarModule, never>;
|
---|
23 | static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, [typeof Avatar], [typeof i1.CommonModule], [typeof Avatar]>;
|
---|
24 | static ɵinj: i0.ɵɵInjectorDeclaration<AvatarModule>;
|
---|
25 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.