https://github.com/arranbartish/angular-cli-widgets
Widget that can be used in angular projects. This is a Consumable Components Package
https://github.com/arranbartish/angular-cli-widgets
Last synced: 8 months ago
JSON representation
Widget that can be used in angular projects. This is a Consumable Components Package
- Host: GitHub
- URL: https://github.com/arranbartish/angular-cli-widgets
- Owner: arranbartish
- License: mit
- Created: 2017-03-21T13:55:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T12:27:34.000Z (over 7 years ago)
- Last Synced: 2025-02-07T23:35:16.740Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 979 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AngularCliWidgets
[](https://travis-ci.org/arranbartish/angular-cli-widgets)
[](https://david-dm.org/arranbartish/angular-cli-widgets)
[](https://david-dm.org/arranbartish/angular-cli-widgets?type=dev)
[](https://codecov.io/gh/arranbartish/angular-cli-widgets)
[](https://codeclimate.com/github/arranbartish/angular-cli-widgets)
[](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 
## 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/