You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
This would make it far easier to create them for tests and such:
constaction$=ActionsObservable.of({type: FIRST},{type: SECOND});// instead of the current:constinput$=Observable.of({type: FIRST},{type: SECOND});constaction$=newActionsObservable(input$);
I was waiting on ReactiveX/rxjs#1876 but it might be a while for that is resolved so we probably should provide our implementation in the mean time.
The text was updated successfully, but these errors were encountered:
This would make it far easier to create them for tests and such:
I was waiting on ReactiveX/rxjs#1876 but it might be a while for that is resolved so we probably should provide our implementation in the mean time.
The text was updated successfully, but these errors were encountered: