You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add ActionContext and ActionStatus to the public API. The import:
import { ActionContext, ActionStatus } from '@ngxs/store/src/actions-stream';
worked in Angular v8 but not v10.
Describe the problem you are trying to solve
We have a special way to handle errors for which we observe the Actions stream an filter them manually. Therefore we use ActionContext and ActionStatus.
Describe the solution you'd like
Add ActionContext and ActionStatus to the public api:
Relevant Package
This feature request is for @ngxs/store
Description
Please add ActionContext and ActionStatus to the public API. The import:
worked in Angular v8 but not v10.
Describe the problem you are trying to solve
We have a special way to handle errors for which we observe the Actions stream an filter them manually. Therefore we use ActionContext and ActionStatus.
Describe the solution you'd like
Add ActionContext and ActionStatus to the public api:
store/packages/store/src/actions-stream.ts
Lines 10 to 22 in cae998d
The text was updated successfully, but these errors were encountered: