We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793fe2f commit 82eb261Copy full SHA for 82eb261
src/app/app.component.ts
@@ -15,7 +15,7 @@ export class AppComponent {
15
ngOnInit() {
16
setTimeout(()=>{
17
this.isDataLoading = false;
18
- },9000);
+ },3500);
19
}
20
title = 'myangularapp';
21
0 commit comments