You want to create a feature state slice named 'user' with initial state { name: '', loggedIn: false }. Which is the correct way to define the reducer using NgRx createReducer?
hard📝 component behavior Q8 of 15
Angular - State Management
You want to create a feature state slice named 'user' with initial state { name: '', loggedIn: false }. Which is the correct way to define the reducer using NgRx createReducer?