Skip to content

Tag: ngrx

Can’t reinizialize ngrx’s state’s feature

I’m working with ngrx and this is my initialState: i need reinitialize the state feature. This is my reducer’s case: I’m expecting that this reducer, clean my feature state, returning it equal to the initialState. But the state dosen’t change. If i log the initialState, it is equal to …