https://github.com/glebmachine/angular-analytics
Angular directives to works with google analytics
https://github.com/glebmachine/angular-analytics
Last synced: 11 days ago
JSON representation
Angular directives to works with google analytics
- Host: GitHub
- URL: https://github.com/glebmachine/angular-analytics
- Owner: glebmachine
- Created: 2016-10-04T12:04:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-04T12:05:14.000Z (almost 9 years ago)
- Last Synced: 2025-06-11T07:51:40.811Z (about 1 month ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Analytics
AngularJs directives collection## Installation
npm install --save angular-directives### Require to Angular
```js
import angular from 'anguar';
const application = angular.module('myApplication', [
require('angular-analytics'),
]);
```