This Angular 9 app has been striped of actual database and security access. It uses an in memory database. If you want to change/save the values between sessions then you will have to modify the src/app/dashboard/data/data.ts
file.
To get it running you will need to do the following.
npm install
npm start