ActivatedRoute always pointing to root in NgRx Effect

565 Views Asked by At

I am trying to figure out why my ActivatedRoute in an ngrx effect is always pointing to root, its ".url" always return Observable of path: ''.

0

There are 0 best solutions below