better session handlers behaviour, added serial auto-reconnection logic - #3099

This commit is contained in:
Eugene Pankov
2021-01-31 18:20:39 +01:00
parent 91c9e8affd
commit 0611afa8b5
8 changed files with 177 additions and 106 deletions

View File

@@ -110,7 +110,7 @@ export default class AppModule { // eslint-disable-line @typescript-eslint/no-ex
})
}
static forRoot (): ModuleWithProviders {
static forRoot (): ModuleWithProviders<AppModule> {
return {
ngModule: AppModule,
providers: PROVIDERS,