Last change
on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
787 bytes
|
Line | |
---|
1 | import { ElementRef, AfterViewInit } from '@angular/core';
|
---|
2 | import * as i0 from "@angular/core";
|
---|
3 | import * as i1 from "@angular/common";
|
---|
4 | export 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 | }
|
---|
11 | export 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.