55946: Changes to comply to the new response cache features

This commit is contained in:
Kristof De Langhe
2018-11-23 17:03:35 +01:00
parent 7f0e7980cd
commit aa172b6c68
9 changed files with 35 additions and 41 deletions

View File

@@ -7,7 +7,7 @@ import {
ObjectSelectionInitialSelectAction, ObjectSelectionResetAction,
ObjectSelectionSelectAction, ObjectSelectionSwitchAction
} from './object-select.actions';
import { Observable } from 'rxjs/Observable';
import { Observable } from 'rxjs';
import { hasValue } from '../empty.util';
import { map } from 'rxjs/operators';
import { AppState } from '../../app.reducer';