git clone https://github.com/eneajaho/rxjs-workshop.git
npm install
Start the app
ng s -o
Start fake backend
npm run start-db
- Save filters state on route changes
- Save employees state on route changes
- Fix pagination
totalCount
bug - Fix loading bug on error
- Cache responses (frontend) only for
api/employees
so the user doesn't wait for data that has requested before