How to perform multiple related operations/effects/actions with ngrx/effects

The answer for the navigation scenario is your b answer @Effect navigateHome$: any = this.updates$ .whenAction(LoginActions.LOGIN_SUCCEEDED) .do(this.router.navigate(‘/home’)) .ignoreElements(); Explanation: You react to the LOGIN_SUCCESS, and because the router doesn’t return a new action, we need to stop the propagation of the stream, which we do by filtering everything. If you forget to filter, the router … Read more

Understanding the purpose of the ngrx router-store project as compared to only using the angular 2 router

The @ngrx/router-store exists so that it’s possible for the store to be the single source of truth for an application’s routing state. Without it, there would be application state – the current route – not represented in the store. That means time-travel debugging using the DevTools would not be possible, as there would be no … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)