Slide 15
Slide 15 text
NGRX – CLASSES FOR ACTIONS
This will grant you awesome benefits like type
safety in all the places where you use the action:
components, reducers, effects, etc.
This might feel a bit weird when you start using
it, as one would prefer the less clutter way of
factory methods, but using classes will pay off on
the long run.