source: trip-planner-front/node_modules/primeng/api/shared.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.2 KB
Line 
1import { TemplateRef } from '@angular/core';
2import * as i0 from "@angular/core";
3import * as i1 from "@angular/common";
4export declare class Header {
5 static ɵfac: i0.ɵɵFactoryDeclaration<Header, never>;
6 static ɵcmp: i0.ɵɵComponentDeclaration<Header, "p-header", never, {}, {}, never, ["*"]>;
7}
8export declare class Footer {
9 static ɵfac: i0.ɵɵFactoryDeclaration<Footer, never>;
10 static ɵcmp: i0.ɵɵComponentDeclaration<Footer, "p-footer", never, {}, {}, never, ["*"]>;
11}
12export declare class PrimeTemplate {
13 template: TemplateRef<any>;
14 type: string;
15 name: string;
16 constructor(template: TemplateRef<any>);
17 getType(): string;
18 static ɵfac: i0.ɵɵFactoryDeclaration<PrimeTemplate, never>;
19 static ɵdir: i0.ɵɵDirectiveDeclaration<PrimeTemplate, "[pTemplate]", never, { "type": "type"; "name": "pTemplate"; }, {}, never>;
20}
21export declare class SharedModule {
22 static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
23 static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof Header, typeof Footer, typeof PrimeTemplate], [typeof i1.CommonModule], [typeof Header, typeof Footer, typeof PrimeTemplate]>;
24 static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
25}
Note: See TracBrowser for help on using the repository browser.