Skip to content

stalanov/todo-state-managers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoStateManagers

Small Todo list application created using different state managers libraries for angular. See repo directories:

  1. pure-angular - pure angular service
  2. akita - Akita
  3. ngrx - NGRX
  4. ngxs - NGXS

Requirements

  1. Linux / Windows / MacOS
  2. NodeJs (nvm)
  3. Launched Fast JSON API server with todo database

Getting started

Run npm i in implementation directory's root for dependencies installation

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.