Angular 6 Boilerplate application

This is an example application written in Angular 6 with 85% of code coverage in unit tests. The app has 2 modules. UsersModule with list of users. UserModule with CRUD implementation. Full description of implemented artifacts can be found in Confluence.

The application consists of:

This project was generated with Angular CLI version 6.0.7.

Dev & build

Run ng build --prod to generate production version within dist/ directory.

Run ng serve to run Webpack dev server.

Run npm run storybook to fire Storybook.

Run ng test --code-coverage to run Karma server and generate coverage directory.

Use steps described in Confluece Angular Performance page to serve optimized production version.