https://github.com/glebmachine/angular-analytics
Angular directives to works with google analytics
https://github.com/glebmachine/angular-analytics
Last synced: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-04T12:05:14.000Z (over 8 years ago)
- Last Synced: 2025-03-17T15:16:56.455Z (2 months 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'),
]);
```