feat(aio): allow SearchService to have multiple clients (#19682)

PR Close #19682
This commit is contained in:
Peter Bacon Darwin
2017-10-11 22:04:50 +01:00
committed by Tobias Bosch
parent 6121083ba5
commit c3f07b329f
10 changed files with 99 additions and 121 deletions

View File

@ -1,5 +1,5 @@
import { Subject } from 'rxjs/Subject';
import { SearchResults } from 'app/search/search.service';
import { SearchResults } from 'app/search/interfaces';
export class MockSearchService {
searchResults = new Subject<SearchResults>();