ng-analytics

Angular Analytics - Web analytics for AngularJS applications


Keywords
angular, analytics, angular analytics, ng analytics, google analytics, mixpanel
License
MIT
Install
bower install ng-analytics

Documentation

Bower version Travis build status Code Climate Dependency Status Dependency Status

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:

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!