ngrx-actions icon indicating copy to clipboard operation
ngrx-actions copied to clipboard

NgrxActionsModule.forFeature - not working?

Open lanovoy opened this issue 7 years ago • 0 comments

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 })

lanovoy avatar Mar 06 '18 13:03 lanovoy