rxjs should works as a peer dependency if we want to use something like redux-observable with redux or ngrx. The filter operator from rxjs/operators should be an external dependency in UMD bundle that can be reached by rxjs.operators.filter global variable.
rxjs should works as a peer dependency if we want to use something like redux-observable with redux or ngrx. The filter operator from rxjs/operators should be an external dependency in UMD bundle that can be reached by
rxjs.operators.filter
global variable.