ngrx-component-store-demo icon indicating copy to clipboard operation
ngrx-component-store-demo copied to clipboard

Small test drive of the component-store module of NGRX

NGRX component-store demo

This small demo uses NGRX component-store to isolate component-specific state & logic into a utility service (LessonsCatalogComponentStore). Check out the related articles here: https://medium.com/javascript-in-plain-english/introducing-ngrx-component-store-part-1-67019dba0cb0.

Live demo:

Side note

Don't tell me about the outdated build/tools/whatever. I know ;-) I've just created this quickly using Stackblitz and that's what I got ^^.