An open API service indexing awesome lists of open source software.

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

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'),
]);
```

### Add events to DOM Elements
```html

```