{"_id":"@angeeks/gtag","_rev":"1-6d0cdc96afa12b27eee77bb3aa793597","name":"@angeeks/gtag","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@angeeks/gtag","version":"0.0.1","description":"Angular plus gtag.js","license":"MIT","keywords":["angular","gtag","google analytics"],"repository":{"type":"git","url":"git+https://github.com/angeeks/gtag.git"},"homepage":"https://angeeks.github.io/gtag","bugs":{"url":"https://github.com/angeeks/gtag/issues"},"publishConfig":{"access":"public"},"peerDependencies":{"@angeeks/globals":"0.0.3","@angular/common":"^6.0.0-rc.0 || ^6.0.0","@angular/core":"^6.0.0-rc.0 || ^6.0.0"},"main":"bundles/angeeks-gtag.umd.js","module":"fesm5/angeeks-gtag.js","es2015":"fesm2015/angeeks-gtag.js","esm5":"esm5/angeeks-gtag.js","esm2015":"esm2015/angeeks-gtag.js","fesm5":"fesm5/angeeks-gtag.js","fesm2015":"fesm2015/angeeks-gtag.js","typings":"angeeks-gtag.d.ts","metadata":"angeeks-gtag.metadata.json","sideEffects":false,"dependencies":{"tslib":"^1.9.0"},"_id":"@angeeks/gtag@0.0.1","_npmVersion":"5.6.0","_nodeVersion":"9.7.1","_npmUser":{"name":"speed.of.light","email":"speed.of.lightt@gmail.com"},"dist":{"integrity":"sha512-nWiUgCTgNsQBYbgUSpQrwXmKcNV/xO2QX/Mw8fFPG0ODz4b8QfWP6ms9LEtySMnFhIh2eG3zx1v9XvKAhnCWaQ==","shasum":"b43d6c9c3f59e687197d7acd538ee9b05fcaccd1","tarball":"https://registry.npmjs.org/@angeeks/gtag/-/gtag-0.0.1.tgz","fileCount":26,"unpackedSize":89984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbEYbVCRA9TVsSAnZWagAA830P/itOUZknyapDh1K9ldlk\nuRpVHHNtqVlfSO+mdNq5fYe0DwO/wMrBKpSJ4Y6JtXx+VxyB25gRm4PDWb95\ns8AXpOODIWlEguFDv2/OrhVtul4Nir+dB8UswAIXXlrXnZmB8LDiAcGO+ZBM\ncD7QKRjTRvGyRyMMUgjMkEzlW4ISngJ8LCfFfOP0Wh7hh/RPa2vVpVOHBGbe\nv3ymwevvcrfuXcjhrqZCJ3rdW+HWhPV8q8YF3DxfzLJ8N28SCQ8xBKVYX3ZH\ndx8VOHU7G3zKnPo8o7rHKLXgIs8I2zefsfOR+5+9VZ3/1uqeFrSdMBm2CmL8\n39EIwKUjCfoX9YCtA6bA4q8FwryOokaBtMp+mx764DyTzymYfvirvNEsvVdc\nkBFPXGj4xxaD3eiSCH+8iTlYWyOH+8DC/vueOEmlskVuU0DxSEDzfDOqgFkq\nl+3UPXLB8P0MuKYpLs02Iz4bS+xHWNgBPAEE+vOIvbF9+1k6snTw35ZWuq6l\nMpyvbFwsjQGmCdGRLhr/iCl33aw/3QCWNwlGIo9WsLk3h1IgGI0y2fyROpjD\nAnrNx830whCHcefrXWC6pp2l6JZTikf1i5RLytsDxa9FavIdTiWL4ZrYLL1m\nhEFDeFPxVkU604S1xFklxrQSrYCMqoCpxzpbL2JeNGRXxXh8SGNXq1I2hzFg\ntkss\r\n=ScQv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCg5iBO7AwG9i6uBBlVU1o0VOtPilENsNuRH/0tsIkR2AIhAJUa5Bnoq/47KISb5D7V9RFln9YPHYTwRuxtkV3uMy8W"}]},"maintainers":[{"name":"speed.of.light","email":"speed.of.lightt@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gtag_0.0.1_1527875284064_0.5907712759227466"},"_hasShrinkwrap":false}},"time":{"created":"2018-06-01T17:48:03.789Z","0.0.1":"2018-06-01T17:48:04.135Z","modified":"2022-04-04T14:05:40.370Z"},"maintainers":[{"name":"speed.of.light","email":"speed.of.lightt@gmail.com"}],"description":"Angular plus gtag.js","homepage":"https://angeeks.github.io/gtag","keywords":["angular","gtag","google analytics"],"repository":{"type":"git","url":"git+https://github.com/angeeks/gtag.git"},"bugs":{"url":"https://github.com/angeeks/gtag/issues"},"license":"MIT","readme":"# Gtag\n\n[![Build Status](https://travis-ci.org/angeeks/gtag.svg?branch=master)](https://travis-ci.org/angeeks/gtag)\n[![npm version](https://badge.fury.io/js/%40angeeks%2Fgtag.svg)](https://www.npmjs.com/package/@angeeks/gtag)\n\nYet another gtag util with angular.\n\n# This got simpler install process\n\n```\n  npm i -P @angeeks/gtag\n```\n\n```typescript\n// module.ts\nimport { GtagModule } from '@angeeks/gtag';\n\n@NgModule({\n  imports: [\n    GtagModule\n  ],\n  providers: [\n    { provide: GtagID, useValue: 'UA-XXXXX-X' }\n  ]\n})\n\n// component.ts\nimport { Gtag } from '@angeeks/gtag';\n\nclass SomeComponent {\n  constructor(private gtag: Gtag) {\n    gtag.event('some-component.triggered');\n  }\n}\n\n```\n\n# More about gtag\n\n[Gtag](https://developers.google.com/gtagjs/reference/event)\n","readmeFilename":"README.md"}