reduce mock data delay for testing

This commit is contained in:
Jesse Lucas 2020-03-31 19:23:40 -04:00
parent f59a26cb80
commit 865f1f2ea6
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ import { FolderListComponent } from './lists/folder-list/folder-list.component';
}),
environment.production ?
[] : HttpClientInMemoryWebApiModule.forRoot(InMemoryConfigDataService,
{ dataEncapsulation: false, delay: 200 }),
{ dataEncapsulation: false, delay: 10 }),
],
providers: [httpInterceptorProviders],
bootstrap: [AppComponent]