This repository contains code samples for my presentation called "NGXS - yet another Angular state management library", about ... NGXS 😏
For comparison between NGXS, popular ngrx and Akita I created three projects in this repository. All of them have their README.md files linked above:
To run any of the applications run server
Run npm install
then npm start
in ~/server to run json-server
instance.
If you want to play with it => its data is configured in db.json file
Official documentation of json-server