Last change
on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
800 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | import * as i0 from "@angular/core";
|
---|
| 2 | import * as i1 from "@angular/common";
|
---|
| 3 | export declare class UIMessage {
|
---|
| 4 | severity: string;
|
---|
| 5 | text: string;
|
---|
| 6 | escape: boolean;
|
---|
| 7 | style: any;
|
---|
| 8 | styleClass: string;
|
---|
| 9 | get icon(): string;
|
---|
| 10 | static ɵfac: i0.ɵɵFactoryDeclaration<UIMessage, never>;
|
---|
| 11 | static ɵcmp: i0.ɵɵComponentDeclaration<UIMessage, "p-message", never, { "severity": "severity"; "text": "text"; "escape": "escape"; "style": "style"; "styleClass": "styleClass"; }, {}, never, never>;
|
---|
| 12 | }
|
---|
| 13 | export declare class MessageModule {
|
---|
| 14 | static ɵfac: i0.ɵɵFactoryDeclaration<MessageModule, never>;
|
---|
| 15 | static ɵmod: i0.ɵɵNgModuleDeclaration<MessageModule, [typeof UIMessage], [typeof i1.CommonModule], [typeof UIMessage]>;
|
---|
| 16 | static ɵinj: i0.ɵɵInjectorDeclaration<MessageModule>;
|
---|
| 17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.