NGRX actions with common parameter structure
In angular, I am trying to have a shared error handling mechanism for NgRX effects. I want to have a common interface that all error Action
s will implement. For example:
In angular, I am trying to have a shared error handling mechanism for NgRX effects. I want to have a common interface that all error Action
s will implement. For example: