add delay to in memory service and update check interval
This commit is contained in:
@@ -47,7 +47,7 @@ import { DonutChartComponent } from './donut-chart/donut-chart.component';
|
||||
cookieName: 'CSRF-Token-' + deviceID(),
|
||||
}),
|
||||
environment.production ?
|
||||
[] : HttpClientInMemoryWebApiModule.forRoot(InMemoryConfigDataService),
|
||||
[] : HttpClientInMemoryWebApiModule.forRoot(InMemoryConfigDataService, { delay: 200 }),
|
||||
MatCardModule,
|
||||
FlexLayoutModule
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user