feat(aio): allow SearchService to have multiple clients (#19682)
PR Close #19682
This commit is contained in:

committed by
Tobias Bosch

parent
6121083ba5
commit
c3f07b329f
@ -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>();
|
||||
|
Reference in New Issue
Block a user