Skip to content
This repository was archived by the owner on Jul 8, 2021. It is now read-only.

NgrxActionsModule.forFeature - not working? #46

Open
lanovoy opened this issue Mar 6, 2018 · 0 comments
Open

NgrxActionsModule.forFeature - not working? #46

lanovoy opened this issue Mar 6, 2018 · 0 comments

Comments

@lanovoy
Copy link

lanovoy commented Mar 6, 2018

When I import with forRoot call everything seem to work fine:

NgrxActionsModule.forRoot({ myStore: MyStore })

But when I try to import with forFeature call instead, it breaks:

NgrxActionsModule.forFeature('myFeature', { myStore: MyStore })
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant