fixed rehydrate issue

This commit is contained in:
Art Lowel
2017-09-07 13:06:58 +02:00
parent 30ee3859c8
commit b66a70b526
4 changed files with 12 additions and 18 deletions

View File

@@ -8,6 +8,7 @@ import { StoreAction, StoreActionTypes } from '../../app/store.actions';
import { AppState } from '../../app/app.reducer';
import { GLOBAL_CONFIG, GlobalConfig } from '../../config';
import { RouterNavigationAction } from '@ngrx/router-store';
@Injectable()
export class BrowserTransferState extends TransferState {