DEV Community

Discussion on: Redux with Observable Stores in Angular

Collapse
 
steveblue profile image
Stephen Belovarich

AbstractAction is a placeholder interface for actions, which you can override with another interface that more clearly defines the action in any class that extends the Store class.