source: trip-planner-front/node_modules/primeng/card/card.d.ts@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.4 KB
Line 
1import { ElementRef, TemplateRef, AfterContentInit, QueryList } from '@angular/core';
2import { BlockableUI } from 'primeng/api';
3import * as i0 from "@angular/core";
4import * as i1 from "@angular/common";
5import * as i2 from "primeng/api";
6export declare class Card implements AfterContentInit, BlockableUI {
7 private el;
8 header: string;
9 subheader: string;
10 style: any;
11 styleClass: string;
12 headerFacet: any;
13 footerFacet: any;
14 templates: QueryList<any>;
15 headerTemplate: TemplateRef<any>;
16 titleTemplate: TemplateRef<any>;
17 subtitleTemplate: TemplateRef<any>;
18 contentTemplate: TemplateRef<any>;
19 footerTemplate: TemplateRef<any>;
20 constructor(el: ElementRef);
21 ngAfterContentInit(): void;
22 getBlockableElement(): HTMLElement;
23 static ɵfac: i0.ɵɵFactoryDeclaration<Card, never>;
24 static ɵcmp: i0.ɵɵComponentDeclaration<Card, "p-card", never, { "header": "header"; "subheader": "subheader"; "style": "style"; "styleClass": "styleClass"; }, {}, ["headerFacet", "footerFacet", "templates"], ["p-header", "*", "p-footer"]>;
25}
26export declare class CardModule {
27 static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
28 static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof Card], [typeof i1.CommonModule], [typeof Card, typeof i2.SharedModule]>;
29 static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
30}
Note: See TracBrowser for help on using the repository browser.