This project demonstrates the use of NGRX + Facades pattern by Thomas Burleson and endorsed by Auth0. One of the biggest advantages of using facades can be seen in the Stubs under the testing module, where mocks and testing becomes a breeze.
Demo page: http://davidstellini.github.io/ngrx-demo
The project runs build, and tests, on each push. On each merge to master, it automatically deploys to github pages.
Notes:
- A development/staging environment was not yet set up.
- The app uses a hash routing strategy as a simple way to support reloads on Github pages.
- Unknown sections: "Live" and "Table"
- Only a few basic unit tests were added
This project was generated with Angular CLI version 7.1.4.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.