Skip to content

Commit

Permalink
docs: open app.component.ts by default in stackblitz (#8879)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laffery authored Nov 14, 2024
1 parent 5ff9821 commit 58797c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/site/_site/doc/app/online-ide/online-ide.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export class OnlineIdeService {
'src/app/app.config.ts': appConfigTS,
'src/styles.css': `/* Add application styles & imports to this file! */`
}
}, {
// open demo component by default
openFile: 'src/app/app.component.ts'
});
}
}

0 comments on commit 58797c7

Please sign in to comment.