You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/configuration/code-with-syntax-highlighting/code-with-syntax-highlighting.component.ts
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ import {
7
7
OnDestroy,
8
8
Output,
9
9
SimpleChanges,
10
-
ViewChild,
10
+
ViewChild,OnChanges,
11
11
}from'@angular/core';
12
12
import'prismjs';
13
13
import'prismjs/components/prism-yaml';
14
14
import'prismjs/components/prism-bash';
15
15
import'prismjs/components/prism-regex';
16
16
17
-
declarevarPrism: any;
17
+
declareletPrism: any;
18
18
19
19
exportenumsupportedLanguages{
20
20
//To allow for more Languages the prism Components have to be imported also. For a list of all Supported Languages see: https://prismjs.com/#supported-languages
Copy file name to clipboardExpand all lines: src/app/configuration/vmtemplates/edit-vmtemplate/vmtemplate-service-form/vmtemplate-service-form.component.ts
0 commit comments