Skip to content

Commit 4b18ae9

Browse files
authored
Merge pull request #13 from rainshen49/main
Auto-generate the first task
2 parents f8a85a6 + c531189 commit 4b18ae9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export class AppComponent {
9797

9898
ngOnInit(): void {
9999
this.loadTasks().subscribe();
100+
this.onGoClick() // Generate the first task
100101
}
101102

102103
async ngAfterViewInit() {

0 commit comments

Comments
 (0)