Skip to content

Commit 82eb261

Browse files
Update app.component.ts
1 parent 793fe2f commit 82eb261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class AppComponent {
1515
ngOnInit() {
1616
setTimeout(()=>{
1717
this.isDataLoading = false;
18-
},9000);
18+
},3500);
1919
}
2020
title = 'myangularapp';
2121
}

0 commit comments

Comments
 (0)