ngrx-actions
ngrx-actions copied to clipboard
NgrxActionsModule.forFeature - not working?
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 })