Demo app for the "Scalable Angular Apps" talk.
A sample Angular app implementing the Redux pattern using ngrx.
git clone https://github.com/deniskyashif/instructor-hub.git
cd instructor-hub
npm i -g @angular/cli
npm i
Run ng serve
and navigate to http://localhost:4200/
.