In the NGRX documentation for Router-Store, they only provide an example with .forRoot()
. When I tried using .forFeature()
I discovered that no such static method exists.
I would like to be able to define certain actions & effects for use within my feature module (and the app module as well).
How does one go about using router-store inside of feature modules?