angulartics-fullstory
v0.0.5
Published
FullStory plugin for Angulartics
Downloads
3
Maintainers
Readme
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