README.md
# AngularCliWidgets
[![Build Status](https://travis-ci.org/arranbartish/angular-cli-widgets.svg?branch=master)](https://travis-ci.org/arranbartish/angular-cli-widgets)
[![Dependency Status](https://david-dm.org/arranbartish/angular-cli-widgets.svg)](https://david-dm.org/arranbartish/angular-cli-widgets)
[![devDependency Status](https://david-dm.org/arranbartish/angular-cli-widgets/dev-status.svg)](https://david-dm.org/arranbartish/angular-cli-widgets?type=dev)
[![Code coverage](https://codecov.io/gh/arranbartish/angular-cli-widgets/branch/master/graph/badge.svg)](https://codecov.io/gh/arranbartish/angular-cli-widgets)
[![Code Climate](https://codeclimate.com/github/arranbartish/angular-cli-widgets/badges/gpa.svg)](https://codeclimate.com/github/arranbartish/angular-cli-widgets)
[![npm](https://badge.fury.io/js/arranbartish-angular-cli-widgets.svg)](https://badge.fury.io/js/arranbartish-angular-cli-widgets)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.1.4.
## Development server
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.
## Code scaffolding
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`.
## Build
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.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
## Wallaby Integration
Simply install the plugin and configure your IDE to run with the wallaby config and the correct node version, __NOT__ the one that embedded in the IDE.
This is an example good configuration ![Image](https://cloud.githubusercontent.com/assets/979966/23509360/3557abac-ffa1-11e6-9380-e79386a14fd1.png)
## References
[getting-your-angular-2-library-ready-for-aot]: https://medium.com/@isaacplmann/getting-your-angular-2-library-ready-for-aot-90d1347bcad
[making-your-angular-2-library-statically-analyzable-for-aot]: https://medium.com/@isaacplmann/making-your-angular-2-library-statically-analyzable-for-aot-e1c6f3ebedd5
[how-to-create-an-angular-library]: http://www.dzurico.com/how-to-create-an-angular-library/
[how-to-build-and-publish-an-angular-module]: https://medium.com/@cyrilletuzi/how-to-build-and-publish-an-angular-module-7ad19c0b4464
[tree-shaking-angular2-production-build-rollup-javascript]: http://blog.mgechev.com/2016/06/26/tree-shaking-angular2-production-build-rollup-javascript/