1 | import { TemplateRef } from '@angular/core';
|
---|
2 | import * as i0 from "@angular/core";
|
---|
3 | import * as i1 from "@angular/common";
|
---|
4 | export declare class Header {
|
---|
5 | static ɵfac: i0.ɵɵFactoryDeclaration<Header, never>;
|
---|
6 | static ɵcmp: i0.ɵɵComponentDeclaration<Header, "p-header", never, {}, {}, never, ["*"]>;
|
---|
7 | }
|
---|
8 | export declare class Footer {
|
---|
9 | static ɵfac: i0.ɵɵFactoryDeclaration<Footer, never>;
|
---|
10 | static ɵcmp: i0.ɵɵComponentDeclaration<Footer, "p-footer", never, {}, {}, never, ["*"]>;
|
---|
11 | }
|
---|
12 | export 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 | }
|
---|
21 | export 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 | }
|
---|