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
то как у вас написаны эффекты с подпиской внутри это просто адская дичь
Обсуждают сегодня