Привет. Вопрос по ngRx
как мне сопоставить selector с action.type ?
this.store.dispatch(new AuthenticationSignInUser(credentials));
this.store.select(getAuthenticationSignInSuccess)
.subscribe((item) => {
this.router.navigate(['']);
});
export const getAuthenticationSignInSuccess = createSelector(getAuthenticationState, getAuthenticationSignIn);
export const getAuthenticationSignIn = (state: AuthenticationState) => { return state.signIn;};
https://prnt.sc/somx18