[![codecov] (https://codecov.io/gh/atscott/wfcchoops/branch/master/graph/badge.svg)] (https://codecov.io/gh/atscott/wfcchoops)
[] (https://travis-ci.org/atscott/wfcchoops)
This project was generated with angular-cli version 1.0.0-beta.20-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
.
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.
Before running the tests make sure you are serving the app via ng serve
.
To get more help on the angular-cli
use ng --help
or go check out the Angular-CLI README.
This project uses clang-format with the Google style option for .ts and .js files.
npm install -g clang-format
- Remove unused webpack starter code
- Get integration tests working
- Separate the app.component.ts into smaller components
- Format all js/ts files with clang-format
- Find a good formatter for html files
- Remove unused images from assets
- Make a better loading page
- Use angular/flex-layout instead of custom layout module
- remove use of mdmodule
- Update to latest Angular version
- Update to latest Angular Material version
- Theme the app in a way more in line with Angular Material