0.0.5 • Published 7 years ago

angulartics-fullstory v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

angulartics-fullstory

FullStory 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-fullstory

Then set window.FULLSTORY_ORG_CONFIG to your full story ORG id before the app is instantiated.

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

require('angulartics')

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

Documentation

Documentation is available on the Angulartics site.

Development

npm run build

License

MIT