This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
npm install @hackandcraft/support-widgetThis library was generated with Angular CLI version 8.0.3.
> In order to support IE 10 / 11 you need to enable this polyfills in your ./src/polyfill.ts for your root project:
>
> ```
> import 'core-js/es6/object';
> import 'core-js/es6/string';
> import 'core-js/es6/array';
> import 'core-js/es6/map';
>
Run ng generate component component-name --project support-widget to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project support-widget.--project support-widget
> Note: Don't forget to add or else it will be added to the default project in your angular.json file.
Run ng build support-widget to build the project. The build artifacts will be stored in the dist/ directory.
After building your library with ng build support-widget, go to the dist folder cd dist/support-widget and run npm publish.
Run ng test support-widget to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help` or go check out the Angular CLI README.