eneajaho / rxjs-workshop

Angular project used for an internal RxJS workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Angular project used for an internal RxJS workshop


Languages

Language:TypeScript 60.3%Language:HTML 25.1%Language:JavaScript 9.1%Language:SCSS 5.4%