reducer: Effect: component.ts: on click of the method, an action being dispatched and following up with an effect, my case the api call is success and an success action being dispatched as well (in my reducer I set a flag to true), right after the AddUser action being dispatched from the click method, I’m subscribing to the flag(isUserAdded) to navigate