We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8a85a6 + c531189 commit 4b18ae9Copy full SHA for 4b18ae9
1 file changed
src/app/app.component.ts
@@ -97,6 +97,7 @@ export class AppComponent {
97
98
ngOnInit(): void {
99
this.loadTasks().subscribe();
100
+ this.onGoClick() // Generate the first task
101
}
102
103
async ngAfterViewInit() {
0 commit comments