Sourcehttps://github.com/jarodms/angular-nodejs-bootstrap-ngrx[UPDATE 04/09/2020 – The master branch was updated to use the createAction factory; the branch action-class uses classes for creating actions.] Resourceshttps://angular.io/https://ngrx.io/docs Background I had previously built a standalone app that featured a “JSON Server”, NodeJS, and Angular front-end that would store your “ToDo” items in a local db.json file. This was a rather simple…