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.Dismiss alert
In the example app, we dispatching 2 actions when the logout nav item is clicked, one to close the sidenav and one to display the logout confirmation. This should be done with one action, with the layout reducer listening for the logout confirmation action.
refactor(effects): refactor types in effects, expose metadata key for createEffect
refactor(example): close sidenav when logoutConfirmation is dispatched (ngrx#2189)
Closesngrx#2186
docs: remove github link from navigation (ngrx#2188)
Closesngrx#2185
feat(schematics): add message prompts for individual schematics (ngrx#2143)
test(store): fix flaky integration test (ngrx#2209)
In the example app, we dispatching 2 actions when the logout nav item is clicked, one to close the sidenav and one to display the logout confirmation. This should be done with one action, with the layout reducer listening for the logout confirmation action.
https://github.com/ngrx/platform/blob/master/projects/example-app/src/app/core/containers/app.component.ts#L65
https://github.com/ngrx/platform/blob/master/projects/example-app/src/app/core/reducers/layout.reducer.ts#L18
The text was updated successfully, but these errors were encountered: