replace pathSelector by ngrx memoized selectors

This commit is contained in:
Art Lowel
2019-03-06 18:36:57 +01:00
parent cebea75605
commit 0e7e6a4832
11 changed files with 154 additions and 119 deletions

View File

@@ -22,7 +22,7 @@ import { ActionsSubject, Store } from '@ngrx/store';
import { TestScheduler } from 'rxjs/testing';
import { BehaviorSubject } from 'rxjs/internal/BehaviorSubject';
import { MockStore } from '../../shared/testing/mock-store';
import { IndexState } from '../index/index.reducer';
import { MetaIndexState } from '../index/index.reducer';
describe('RequestService', () => {
let scheduler: TestScheduler;