File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ export class Config {
27
27
public readonly dgmlZoomLevel = '-1' ;
28
28
29
29
// DependencyInjectionGraph
30
+ public get dependencyInjectionPngFilename ( ) : string { return this . getSetting < string > ( 'dependencyInjectionGraph.pngGraphFilename' , 'DependencyInjectionGraph.png' ) ; }
30
31
public get dependencyInjectionDgmlGraphFilename ( ) : string { return this . getSetting < string > ( 'dependencyInjectionGraph.dgmlGraphFilename' , 'DependencyInjectionGraph.dgml' ) ; }
31
- public get dependencyInjectionPngFilename ( ) : string { return this . getSetting < string > ( 'dependencyInjectionGraph.dgmlGraphFilename' , 'DependencyInjectionGraph.png' ) ; }
32
32
public get dependencyInjectionEdgeArrowToType ( ) : string { return this . getSetting < string > ( 'dependencyInjectionGraph.edgeArrowToType' , 'triangle' ) ; }
33
33
34
34
// ShowComponentHierarchy
You can’t perform that action at this time.
0 commit comments