2019-Nov NgRx Operators In the .pipe( you can call any of these operators ofType123@Effect()public updateSomthingOnSomeEventEffect$ = this._actions$.pipe( ofType<MyAction>(SuccessAction.TYPE), References https://ngrx.io/guide/effects/operators Newer NgRx Selectors Older RxJS Operators