source: trip-planner-front/node_modules/primeng/codehighlighter/codehighlighter.d.ts@ 84d0fbb

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

adding photos

  • Property mode set to 100644
File size: 787 bytes
Line 
1import { ElementRef, AfterViewInit } from '@angular/core';
2import * as i0 from "@angular/core";
3import * as i1 from "@angular/common";
4export declare class CodeHighlighter implements AfterViewInit {
5 el: ElementRef;
6 constructor(el: ElementRef);
7 ngAfterViewInit(): void;
8 static ɵfac: i0.ɵɵFactoryDeclaration<CodeHighlighter, never>;
9 static ɵdir: i0.ɵɵDirectiveDeclaration<CodeHighlighter, "[pCode]", never, {}, {}, never>;
10}
11export declare class CodeHighlighterModule {
12 static ɵfac: i0.ɵɵFactoryDeclaration<CodeHighlighterModule, never>;
13 static ɵmod: i0.ɵɵNgModuleDeclaration<CodeHighlighterModule, [typeof CodeHighlighter], [typeof i1.CommonModule], [typeof CodeHighlighter]>;
14 static ɵinj: i0.ɵɵInjectorDeclaration<CodeHighlighterModule>;
15}
Note: See TracBrowser for help on using the repository browser.