Angular + NGRX Architecture: When To Use Component State Vs NGRX State
How do you decide when a piece of information should go in your NGRX store, as opposed to being maintained as local component variables?
How do you decide when a piece of information should go in your NGRX store, as opposed to being maintained as local component variables?