Closed maxisam closed 7 years ago
I propose we should have setObservable like public setObservable(key: string, observable: ReplaySubject<any> | Observable<any>)
setObservable
public setObservable(key: string, observable: ReplaySubject<any> | Observable<any>)
So in some cases, that we can't put a spy directive to the dom element we want, we still can use the service.
I propose we should have
setObservable
likepublic setObservable(key: string, observable: ReplaySubject<any> | Observable<any>)
So in some cases, that we can't put a spy directive to the dom element we want, we still can use the service.