@ngrx/effects provides an Angular actions$ service (which is also an Observable ) to emit every action that has been dispatched by your application in a single stream . Its ofType() method can be used to filter the one or more actions we’re interesting in before adding a side-effect.