/rxjs-workshop

Angular project used for an internal RxJS workshop

Primary LanguageTypeScript

RxJS Workshop

Clone the project

git clone https://github.com/eneajaho/rxjs-workshop.git

Install dependencies

npm install

Run the app

Start the app

ng s -o

Start fake backend

npm run start-db

Todo

  • 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