File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 116
116
},
117
117
"defaultProject" : " DSOMM" ,
118
118
"cli" : {
119
- "defaultCollection" : " @angular-eslint/schematics"
119
+ "defaultCollection" : " @angular-eslint/schematics" ,
120
+ "analytics" : false
120
121
}
121
122
}
Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ export class MatrixComponent implements OnInit {
82
82
this . yaml . getJson ( ) . subscribe ( data => {
83
83
this . YamlObject = data ;
84
84
85
- this . allDimensionNames = Object . keys ( this . YamlObject ) ;
85
+ this . allDimensionNames = this . YamlObject ? Object . keys ( this . YamlObject ) : [ ] ;
86
+
86
87
for ( let i = 0 ; i < this . allDimensionNames . length ; i ++ ) {
87
88
var subdimensionsInCurrentDimension = Object . keys (
88
89
this . YamlObject [ this . allDimensionNames [ i ] ]
You can’t perform that action at this time.
0 commit comments