angular-analytics
Web analytics for AngularJS applications
Install
To install ng-analytics via bower please use:
bower install ng-analytics
Getting started
To use ng-analytics in your application please add ng.analytics to module dependencies:
angular.module('<yourApp>', ['ng.analytics'])Supported providers:
- Google Analytics
ng.analytics.ga - Mixpanel
ng.analytics.mixpanel
If you would like to use these providers please add them to module dependencies:
angular.module('<yourApp>', ['ng.analytics', 'ng.analytics.ga'])Documentation
For API docs please see the documentation page!