Skip to content

Commit 58797c7

Browse files
authored
docs: open app.component.ts by default in stackblitz (#8879)
1 parent 5ff9821 commit 58797c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/site/_site/doc/app/online-ide/online-ide.service.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export class OnlineIdeService {
3030
'src/app/app.config.ts': appConfigTS,
3131
'src/styles.css': `/* Add application styles & imports to this file! */`
3232
}
33+
}, {
34+
// open demo component by default
35+
openFile: 'src/app/app.component.ts'
3336
});
3437
}
3538
}

0 commit comments

Comments
 (0)