NGXS - yet another Angular state management library

This repository contains code samples for my presentation called "NGXS - yet another Angular state management library", about ... NGXS 😏

Content 🚀

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:

Mock API

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

Where you can find me?