ngx-matomo-v9
v0.10.0
Published
Matomo (aka. Piwik) web analytics for applications based on Angular 5, 6, 7, 8, 9 & 10
Downloads
1,185
Maintainers
Readme
ngxMatomo
This library was generated with Angular CLI version 8.0.0.
Code scaffolding
Run ng generate component component-name --project ngx-matomo
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-matomo
.
Note: Don't forget to add
--project ngx-matomo
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build ngx-matomo --prod
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build ngx-matomo --configuration production
, go to the dist folder cd dist/ngx-matomo
and run npm publish
.
Running unit tests
Run ng test ngx-matomo
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.