File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,7 @@ export class AppComponent {
5656 dependencies : project . dependencies ,
5757 nodes : nodes ,
5858 } ;
59- window . affected = project . affected ;
60- window . exclude = project . exclude ;
61- window . focusedProject = project . focus ;
62- window . groupByFolder = project . groupByFolder ;
59+
6360 window . projectGraphList = this . config . projectGraphs ;
6461 window . selectedProjectGraph = projectGraphId ;
6562 window . workspaceLayout = workspaceLayout ;
Original file line number Diff line number Diff line change 11import { AppComponent } from './app/app' ;
22import { LocalProjectGraphService } from './app/local-project-graph-service' ;
33import { environment } from './environments/environment' ;
4- import { projectGraphs } from './graphs' ;
5-
6- if ( environment . environment !== 'release' ) {
7- window . affected = [ ] ;
8- window . exclude = [ ] ;
9- window . projectGraphList = projectGraphs ;
10- window . selectedProjectGraph = projectGraphs [ 0 ] . id ;
11- }
124
135if ( environment . environment === 'dev-watch' ) {
146 window . watch = true ;
You can’t perform that action at this time.
0 commit comments