Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

freska-fi/angulartics-ahoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angulartics-ahoy

NPM version NPM downloads Bower version Dependencies status MIT license Join the Slack chat

Ahoy plugin for Angulartics.

Install

First make sure you've read installation and setup instructions for Angulartics.

Then you can install this package either with npm or with bower.

npm

npm install angulartics-ahoy

Then add angulartics.ahoy as a dependency for your app:

require('angulartics')

angular.module('myApp', [
  'angulartics',
  require('angulartics-ahoy')
]);

bower

bower install angulartics-ahoy

Add the <script> to your index.html:

<script src="/bower_components/angulartics-ahoy/dist/angulartics-ahoy.min.js"></script>

Then add angulartics.ahoy as a dependency for your app:

angular.module('myApp', [
  'angulartics',
  'angulartics.ahoy'
]);

Documentation

Documentation is available on the Angulartics site.

Development

npm run build

License

MIT