angulartics2 13.0.0 → 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/README.md +2 -1
  2. package/angulartics2On.d.ts +1 -1
  3. package/esm2020/angular-router.mjs +4 -4
  4. package/esm2020/angulartics2-core.mjs +4 -4
  5. package/esm2020/angulartics2.module.mjs +5 -5
  6. package/esm2020/angulartics2On.mjs +8 -8
  7. package/esm2020/providers/adobeanalytics/adobeanalytics.mjs +4 -4
  8. package/esm2020/providers/amplitude/amplitude.mjs +4 -4
  9. package/esm2020/providers/appinsights/appinsights.mjs +4 -4
  10. package/esm2020/providers/baidu/baidu.mjs +4 -4
  11. package/esm2020/providers/clicky/clicky.mjs +4 -4
  12. package/esm2020/providers/facebook/facebook.mjs +4 -4
  13. package/esm2020/providers/ga/ga.mjs +4 -4
  14. package/esm2020/providers/ga-enhanced-ecom/ga-enhanced-ecom.mjs +4 -4
  15. package/esm2020/providers/gosquared/gosquared.mjs +4 -4
  16. package/esm2020/providers/gst/gst.mjs +4 -4
  17. package/esm2020/providers/gtm/gtm.mjs +4 -4
  18. package/esm2020/providers/hubspot/hubspot.mjs +4 -4
  19. package/esm2020/providers/ibm-digital-analytics/ibm-digital-analytics.mjs +4 -4
  20. package/esm2020/providers/intercom/intercom.mjs +4 -4
  21. package/esm2020/providers/kissmetrics/kissmetrics.mjs +4 -4
  22. package/esm2020/providers/launch/launch.mjs +4 -4
  23. package/esm2020/providers/matomo/matomo.mjs +4 -4
  24. package/esm2020/providers/mixpanel/mixpanel.mjs +4 -4
  25. package/esm2020/providers/posthog/posthog.mjs +117 -0
  26. package/esm2020/providers/pyze/pyze.mjs +4 -4
  27. package/esm2020/providers/segment/segment.mjs +4 -4
  28. package/esm2020/providers/splunk/splunk.mjs +4 -4
  29. package/esm2020/providers/woopra/woopra.mjs +4 -4
  30. package/esm2020/public_api.mjs +2 -1
  31. package/esm2020/routerless.module.mjs +5 -5
  32. package/fesm2015/angulartics2.mjs +203 -89
  33. package/fesm2015/angulartics2.mjs.map +1 -1
  34. package/fesm2020/angulartics2.mjs +203 -89
  35. package/fesm2020/angulartics2.mjs.map +1 -1
  36. package/package.json +3 -3
  37. package/providers/posthog/posthog.d.ts +20 -0
  38. package/public_api.d.ts +1 -0
  39. package/providers/adobeanalytics/README.md +0 -12
  40. package/providers/amplitude/README.md +0 -12
  41. package/providers/appinsights/README.md +0 -12
  42. package/providers/baidu/README.md +0 -12
  43. package/providers/clicky/README.md +0 -93
  44. package/providers/facebook/README.md +0 -36
  45. package/providers/ga/README.md +0 -25
  46. package/providers/ga-enhanced-ecom/README.md +0 -12
  47. package/providers/gosquared/README.md +0 -12
  48. package/providers/gst/README.md +0 -110
  49. package/providers/gtm/README.md +0 -58
  50. package/providers/hubspot/README.md +0 -12
  51. package/providers/ibm-digital-analytics/README.md +0 -123
  52. package/providers/incendium/README.md +0 -100
  53. package/providers/intercom/README.md +0 -12
  54. package/providers/kissmetrics/README.md +0 -12
  55. package/providers/launch/README.md +0 -59
  56. package/providers/matomo/README.md +0 -74
  57. package/providers/mixpanel/README.md +0 -105
  58. package/providers/pyze/README.md +0 -21
  59. package/providers/segment/README.md +0 -50
  60. package/providers/splunk/README.md +0 -57
  61. package/providers/woopra/README.md +0 -12
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, Injectable, Inject, Directive, Input, NgModule } from '@angular/core';
2
+ import { InjectionToken, Injectable, Inject, Directive, Input, NgModule, inject } from '@angular/core';
3
3
  import { BehaviorSubject, ReplaySubject } from 'rxjs';
4
4
  import { filter, map, delay } from 'rxjs/operators';
5
5
  import * as i1 from '@angular/router';
@@ -110,9 +110,9 @@ class Angulartics2 {
110
110
  return url;
111
111
  }
112
112
  }
113
- Angulartics2.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2, deps: [{ token: RouterlessTracking }, { token: ANGULARTICS2_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
114
- Angulartics2.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2, providedIn: 'root' });
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2, decorators: [{
113
+ Angulartics2.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2, deps: [{ token: RouterlessTracking }, { token: ANGULARTICS2_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable });
114
+ Angulartics2.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2, providedIn: 'root' });
115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2, decorators: [{
116
116
  type: Injectable,
117
117
  args: [{ providedIn: 'root' }]
118
118
  }], ctorParameters: function () {
@@ -142,9 +142,9 @@ class AngularRouterTracking {
142
142
  return this.location.prepareExternalUrl(url);
143
143
  }
144
144
  }
145
- AngularRouterTracking.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: AngularRouterTracking, deps: [{ token: i1.Router }, { token: i2.Location }], target: i0.ɵɵFactoryTarget.Injectable });
146
- AngularRouterTracking.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: AngularRouterTracking, providedIn: 'root' });
147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: AngularRouterTracking, decorators: [{
145
+ AngularRouterTracking.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AngularRouterTracking, deps: [{ token: i1.Router }, { token: i2.Location }], target: i0.ɵɵFactoryTarget.Injectable });
146
+ AngularRouterTracking.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AngularRouterTracking, providedIn: 'root' });
147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AngularRouterTracking, decorators: [{
148
148
  type: Injectable,
149
149
  args: [{ providedIn: 'root' }]
150
150
  }], ctorParameters: function () { return [{ type: i1.Router }, { type: i2.Location }]; } });
@@ -177,9 +177,9 @@ class Angulartics2On {
177
177
  });
178
178
  }
179
179
  }
180
- Angulartics2On.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2On, deps: [{ token: i0.ElementRef }, { token: Angulartics2 }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
181
- Angulartics2On.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.3.0", type: Angulartics2On, selector: "[angulartics2On]", inputs: { angulartics2On: "angulartics2On", angularticsAction: "angularticsAction", angularticsCategory: "angularticsCategory", angularticsLabel: "angularticsLabel", angularticsValue: "angularticsValue", angularticsProperties: "angularticsProperties" }, ngImport: i0 });
182
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2On, decorators: [{
180
+ Angulartics2On.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2On, deps: [{ token: i0.ElementRef }, { token: Angulartics2 }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
181
+ Angulartics2On.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: Angulartics2On, selector: "[angulartics2On]", inputs: { angulartics2On: "angulartics2On", angularticsAction: "angularticsAction", angularticsCategory: "angularticsCategory", angularticsLabel: "angularticsLabel", angularticsValue: "angularticsValue", angularticsProperties: "angularticsProperties" }, ngImport: i0 });
182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2On, decorators: [{
183
183
  type: Directive,
184
184
  args: [{ selector: '[angulartics2On]' }]
185
185
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: Angulartics2 }, { type: i0.Renderer2 }]; }, propDecorators: { angulartics2On: [{
@@ -198,10 +198,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
198
198
  }] } });
199
199
  class Angulartics2OnModule {
200
200
  }
201
- Angulartics2OnModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2OnModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
202
- Angulartics2OnModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2OnModule, declarations: [Angulartics2On], exports: [Angulartics2On] });
203
- Angulartics2OnModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2OnModule });
204
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2OnModule, decorators: [{
201
+ Angulartics2OnModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2OnModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
202
+ Angulartics2OnModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2OnModule, declarations: [Angulartics2On], exports: [Angulartics2On] });
203
+ Angulartics2OnModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2OnModule });
204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2OnModule, decorators: [{
205
205
  type: NgModule,
206
206
  args: [{
207
207
  declarations: [Angulartics2On],
@@ -221,10 +221,10 @@ class Angulartics2Module {
221
221
  };
222
222
  }
223
223
  }
224
- Angulartics2Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
225
- Angulartics2Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Module, imports: [Angulartics2OnModule], exports: [Angulartics2On] });
226
- Angulartics2Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Module, imports: [Angulartics2OnModule] });
227
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Module, decorators: [{
224
+ Angulartics2Module.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
225
+ Angulartics2Module.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Module, imports: [Angulartics2OnModule], exports: [Angulartics2On] });
226
+ Angulartics2Module.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Module, imports: [Angulartics2OnModule] });
227
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Module, decorators: [{
228
228
  type: NgModule,
229
229
  args: [{
230
230
  imports: [Angulartics2OnModule],
@@ -244,10 +244,10 @@ class Angulartics2RouterlessModule {
244
244
  };
245
245
  }
246
246
  }
247
- Angulartics2RouterlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2RouterlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
248
- Angulartics2RouterlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2RouterlessModule, imports: [Angulartics2OnModule] });
249
- Angulartics2RouterlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2RouterlessModule, imports: [Angulartics2OnModule] });
250
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2RouterlessModule, decorators: [{
247
+ Angulartics2RouterlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2RouterlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
248
+ Angulartics2RouterlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2RouterlessModule, imports: [Angulartics2OnModule] });
249
+ Angulartics2RouterlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2RouterlessModule, imports: [Angulartics2OnModule] });
250
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2RouterlessModule, decorators: [{
251
251
  type: NgModule,
252
252
  args: [{
253
253
  imports: [Angulartics2OnModule],
@@ -341,9 +341,9 @@ class Angulartics2AdobeAnalytics {
341
341
  }
342
342
  }
343
343
  }
344
- Angulartics2AdobeAnalytics.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2AdobeAnalytics, deps: [{ token: Angulartics2 }, { token: i2.Location }], target: i0.ɵɵFactoryTarget.Injectable });
345
- Angulartics2AdobeAnalytics.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2AdobeAnalytics, providedIn: 'root' });
346
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2AdobeAnalytics, decorators: [{
344
+ Angulartics2AdobeAnalytics.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2AdobeAnalytics, deps: [{ token: Angulartics2 }, { token: i2.Location }], target: i0.ɵɵFactoryTarget.Injectable });
345
+ Angulartics2AdobeAnalytics.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2AdobeAnalytics, providedIn: 'root' });
346
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2AdobeAnalytics, decorators: [{
347
347
  type: Injectable,
348
348
  args: [{ providedIn: 'root' }]
349
349
  }], ctorParameters: function () { return [{ type: Angulartics2 }, { type: i2.Location }]; } });
@@ -449,9 +449,9 @@ class Angulartics2AppInsights {
449
449
  }
450
450
  }
451
451
  }
452
- Angulartics2AppInsights.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2AppInsights, deps: [{ token: Angulartics2 }, { token: i2$1.Title }, { token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
453
- Angulartics2AppInsights.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2AppInsights, providedIn: 'root' });
454
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2AppInsights, decorators: [{
452
+ Angulartics2AppInsights.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2AppInsights, deps: [{ token: Angulartics2 }, { token: i2$1.Title }, { token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
453
+ Angulartics2AppInsights.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2AppInsights, providedIn: 'root' });
454
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2AppInsights, decorators: [{
455
455
  type: Injectable,
456
456
  args: [{ providedIn: 'root' }]
457
457
  }], ctorParameters: function () { return [{ type: Angulartics2 }, { type: i2$1.Title }, { type: i1.Router }]; } });
@@ -527,9 +527,9 @@ class Angulartics2BaiduAnalytics {
527
527
  _hmt.push(['_setCustomVar', 2, 'user', JSON.stringify(properties)]);
528
528
  }
529
529
  }
530
- Angulartics2BaiduAnalytics.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2BaiduAnalytics, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
531
- Angulartics2BaiduAnalytics.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2BaiduAnalytics, providedIn: 'root' });
532
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2BaiduAnalytics, decorators: [{
530
+ Angulartics2BaiduAnalytics.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2BaiduAnalytics, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
531
+ Angulartics2BaiduAnalytics.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2BaiduAnalytics, providedIn: 'root' });
532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2BaiduAnalytics, decorators: [{
533
533
  type: Injectable,
534
534
  args: [{ providedIn: 'root' }]
535
535
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -569,9 +569,9 @@ class Angulartics2Facebook {
569
569
  return fbq('track', action, properties);
570
570
  }
571
571
  }
572
- Angulartics2Facebook.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Facebook, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
573
- Angulartics2Facebook.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Facebook, providedIn: 'root' });
574
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Facebook, decorators: [{
572
+ Angulartics2Facebook.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Facebook, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
573
+ Angulartics2Facebook.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Facebook, providedIn: 'root' });
574
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Facebook, decorators: [{
575
575
  type: Injectable,
576
576
  args: [{ providedIn: 'root' }]
577
577
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -772,9 +772,9 @@ class Angulartics2GoogleAnalytics {
772
772
  });
773
773
  }
774
774
  }
775
- Angulartics2GoogleAnalytics.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoogleAnalytics, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
776
- Angulartics2GoogleAnalytics.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoogleAnalytics, providedIn: 'root' });
777
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoogleAnalytics, decorators: [{
775
+ Angulartics2GoogleAnalytics.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoogleAnalytics, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
776
+ Angulartics2GoogleAnalytics.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoogleAnalytics, providedIn: 'root' });
777
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoogleAnalytics, decorators: [{
778
778
  type: Injectable,
779
779
  args: [{ providedIn: 'root' }]
780
780
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -802,9 +802,9 @@ class Angulartics2GoogleAnalyticsEnhancedEcommerce {
802
802
  ga('ec:setAction', action, properties);
803
803
  }
804
804
  }
805
- Angulartics2GoogleAnalyticsEnhancedEcommerce.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoogleAnalyticsEnhancedEcommerce, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
806
- Angulartics2GoogleAnalyticsEnhancedEcommerce.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoogleAnalyticsEnhancedEcommerce, providedIn: 'root' });
807
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoogleAnalyticsEnhancedEcommerce, decorators: [{
805
+ Angulartics2GoogleAnalyticsEnhancedEcommerce.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoogleAnalyticsEnhancedEcommerce, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
806
+ Angulartics2GoogleAnalyticsEnhancedEcommerce.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoogleAnalyticsEnhancedEcommerce, providedIn: 'root' });
807
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoogleAnalyticsEnhancedEcommerce, decorators: [{
808
808
  type: Injectable,
809
809
  args: [{ providedIn: 'root' }]
810
810
  }] });
@@ -904,9 +904,9 @@ class Angulartics2GoogleTagManager {
904
904
  this.angulartics2.settings.gtm.userId = userId;
905
905
  }
906
906
  }
907
- Angulartics2GoogleTagManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoogleTagManager, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
908
- Angulartics2GoogleTagManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoogleTagManager, providedIn: 'root' });
909
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoogleTagManager, decorators: [{
907
+ Angulartics2GoogleTagManager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoogleTagManager, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
908
+ Angulartics2GoogleTagManager.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoogleTagManager, providedIn: 'root' });
909
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoogleTagManager, decorators: [{
910
910
  type: Injectable,
911
911
  args: [{ providedIn: 'root' }]
912
912
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -1081,9 +1081,9 @@ class Angulartics2GoogleGlobalSiteTag {
1081
1081
  }
1082
1082
  }
1083
1083
  }
1084
- Angulartics2GoogleGlobalSiteTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoogleGlobalSiteTag, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1085
- Angulartics2GoogleGlobalSiteTag.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoogleGlobalSiteTag, providedIn: 'root' });
1086
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoogleGlobalSiteTag, decorators: [{
1084
+ Angulartics2GoogleGlobalSiteTag.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoogleGlobalSiteTag, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1085
+ Angulartics2GoogleGlobalSiteTag.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoogleGlobalSiteTag, providedIn: 'root' });
1086
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoogleGlobalSiteTag, decorators: [{
1087
1087
  type: Injectable,
1088
1088
  args: [{ providedIn: 'root' }]
1089
1089
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -1118,9 +1118,9 @@ class Angulartics2Hubspot {
1118
1118
  }
1119
1119
  }
1120
1120
  }
1121
- Angulartics2Hubspot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Hubspot, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1122
- Angulartics2Hubspot.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Hubspot, providedIn: 'root' });
1123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Hubspot, decorators: [{
1121
+ Angulartics2Hubspot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Hubspot, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1122
+ Angulartics2Hubspot.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Hubspot, providedIn: 'root' });
1123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Hubspot, decorators: [{
1124
1124
  type: Injectable,
1125
1125
  args: [{ providedIn: 'root' }]
1126
1126
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -1155,9 +1155,9 @@ class Angulartics2Kissmetrics {
1155
1155
  _kmq.push(['set', properties]);
1156
1156
  }
1157
1157
  }
1158
- Angulartics2Kissmetrics.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Kissmetrics, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1159
- Angulartics2Kissmetrics.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Kissmetrics, providedIn: 'root' });
1160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Kissmetrics, decorators: [{
1158
+ Angulartics2Kissmetrics.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Kissmetrics, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1159
+ Angulartics2Kissmetrics.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Kissmetrics, providedIn: 'root' });
1160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Kissmetrics, decorators: [{
1161
1161
  type: Injectable,
1162
1162
  args: [{ providedIn: 'root' }]
1163
1163
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -1211,9 +1211,9 @@ class Angulartics2LaunchByAdobe {
1211
1211
  }
1212
1212
  }
1213
1213
  }
1214
- Angulartics2LaunchByAdobe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2LaunchByAdobe, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1215
- Angulartics2LaunchByAdobe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2LaunchByAdobe, providedIn: 'root' });
1216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2LaunchByAdobe, decorators: [{
1214
+ Angulartics2LaunchByAdobe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2LaunchByAdobe, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1215
+ Angulartics2LaunchByAdobe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2LaunchByAdobe, providedIn: 'root' });
1216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2LaunchByAdobe, decorators: [{
1217
1217
  type: Injectable,
1218
1218
  args: [{ providedIn: 'root' }]
1219
1219
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -1317,13 +1317,127 @@ class Angulartics2Mixpanel {
1317
1317
  }
1318
1318
  }
1319
1319
  }
1320
- Angulartics2Mixpanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Mixpanel, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1321
- Angulartics2Mixpanel.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Mixpanel, providedIn: 'root' });
1322
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Mixpanel, decorators: [{
1320
+ Angulartics2Mixpanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Mixpanel, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1321
+ Angulartics2Mixpanel.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Mixpanel, providedIn: 'root' });
1322
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Mixpanel, decorators: [{
1323
1323
  type: Injectable,
1324
1324
  args: [{ providedIn: 'root' }]
1325
1325
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
1326
1326
 
1327
+ class Angulartics2Posthog {
1328
+ constructor() {
1329
+ this.angulartics2 = inject(Angulartics2);
1330
+ this.angulartics2.setUsername.subscribe(x => this.setUsername(x));
1331
+ this.angulartics2.setUserProperties.subscribe(x => this.setUserProperties(x));
1332
+ this.angulartics2.setUserPropertiesOnce.subscribe(x => this.setUserPropertiesOnce(x));
1333
+ this.angulartics2.setSuperProperties.subscribe(x => this.setSuperProperties(x));
1334
+ this.angulartics2.setSuperPropertiesOnce.subscribe(x => this.setSuperPropertiesOnce(x));
1335
+ this.angulartics2.setAlias.subscribe(x => this.setAlias(x));
1336
+ }
1337
+ startTracking() {
1338
+ this.startPageTracking();
1339
+ this.startEventTracking();
1340
+ }
1341
+ startPageTracking() {
1342
+ this.angulartics2.pageTrack.pipe(this.angulartics2.filterDeveloperMode()).subscribe(x => {
1343
+ this.pageTrack(x.path);
1344
+ });
1345
+ }
1346
+ startEventTracking() {
1347
+ this.angulartics2.eventTrack.pipe(this.angulartics2.filterDeveloperMode()).subscribe(x => {
1348
+ this.eventTrack(x.action, x.properties);
1349
+ });
1350
+ }
1351
+ pageTrack(path) {
1352
+ try {
1353
+ posthog.capture('Page Viewed', { page: path });
1354
+ }
1355
+ catch (e) {
1356
+ if (!(e instanceof ReferenceError)) {
1357
+ throw e;
1358
+ }
1359
+ }
1360
+ }
1361
+ eventTrack(action, properties) {
1362
+ try {
1363
+ posthog.capture(action, properties);
1364
+ }
1365
+ catch (e) {
1366
+ if (!(e instanceof ReferenceError)) {
1367
+ throw e;
1368
+ }
1369
+ }
1370
+ }
1371
+ setUsername(userId) {
1372
+ try {
1373
+ posthog.identify(userId);
1374
+ }
1375
+ catch (e) {
1376
+ if (!(e instanceof ReferenceError)) {
1377
+ throw e;
1378
+ }
1379
+ }
1380
+ }
1381
+ setUserProperties(properties) {
1382
+ try {
1383
+ posthog.identify(properties["distinct_id"], properties);
1384
+ }
1385
+ catch (e) {
1386
+ if (!(e instanceof ReferenceError)) {
1387
+ throw e;
1388
+ }
1389
+ }
1390
+ }
1391
+ setUserPropertiesOnce(properties) {
1392
+ try {
1393
+ posthog.capture('Set User Properties Once', {
1394
+ $set_once: properties
1395
+ });
1396
+ }
1397
+ catch (e) {
1398
+ if (!(e instanceof ReferenceError)) {
1399
+ throw e;
1400
+ }
1401
+ }
1402
+ }
1403
+ setSuperProperties(properties) {
1404
+ try {
1405
+ posthog.capture('Set Super Properties', { $set: properties });
1406
+ }
1407
+ catch (e) {
1408
+ if (!(e instanceof ReferenceError)) {
1409
+ throw e;
1410
+ }
1411
+ }
1412
+ }
1413
+ setSuperPropertiesOnce(properties) {
1414
+ try {
1415
+ posthog.capture('Set Super Properties Once', { $set_once: properties });
1416
+ }
1417
+ catch (e) {
1418
+ if (!(e instanceof ReferenceError)) {
1419
+ throw e;
1420
+ }
1421
+ }
1422
+ }
1423
+ setAlias(alias) {
1424
+ try {
1425
+ posthog.alias(alias);
1426
+ }
1427
+ catch (e) {
1428
+ if (!(e instanceof ReferenceError)) {
1429
+ throw e;
1430
+ }
1431
+ }
1432
+ }
1433
+ }
1434
+ Angulartics2Posthog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Posthog, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1435
+ Angulartics2Posthog.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Posthog, providedIn: 'root' });
1436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Posthog, decorators: [{
1437
+ type: Injectable,
1438
+ args: [{ providedIn: 'root' }]
1439
+ }], ctorParameters: function () { return []; } });
1440
+
1327
1441
  class Angulartics2Pyze {
1328
1442
  constructor(angulartics2) {
1329
1443
  this.angulartics2 = angulartics2;
@@ -1379,9 +1493,9 @@ class Angulartics2Pyze {
1379
1493
  }
1380
1494
  }
1381
1495
  }
1382
- Angulartics2Pyze.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Pyze, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1383
- Angulartics2Pyze.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Pyze, providedIn: 'root' });
1384
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Pyze, decorators: [{
1496
+ Angulartics2Pyze.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Pyze, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1497
+ Angulartics2Pyze.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Pyze, providedIn: 'root' });
1498
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Pyze, decorators: [{
1385
1499
  type: Injectable,
1386
1500
  args: [{ providedIn: 'root' }]
1387
1501
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -1679,9 +1793,9 @@ class Angulartics2Matomo {
1679
1793
  return dimensions;
1680
1794
  }
1681
1795
  }
1682
- Angulartics2Matomo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Matomo, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1683
- Angulartics2Matomo.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Matomo, providedIn: 'root' });
1684
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Matomo, decorators: [{
1796
+ Angulartics2Matomo.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Matomo, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1797
+ Angulartics2Matomo.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Matomo, providedIn: 'root' });
1798
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Matomo, decorators: [{
1685
1799
  type: Injectable,
1686
1800
  args: [{ providedIn: 'root' }]
1687
1801
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -1776,9 +1890,9 @@ class Angulartics2Segment {
1776
1890
  }
1777
1891
  }
1778
1892
  }
1779
- Angulartics2Segment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Segment, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1780
- Angulartics2Segment.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Segment, providedIn: 'root' });
1781
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Segment, decorators: [{
1893
+ Angulartics2Segment.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Segment, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1894
+ Angulartics2Segment.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Segment, providedIn: 'root' });
1895
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Segment, decorators: [{
1782
1896
  type: Injectable,
1783
1897
  args: [{ providedIn: 'root' }]
1784
1898
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -1833,9 +1947,9 @@ class Angulartics2Intercom {
1833
1947
  }
1834
1948
  }
1835
1949
  }
1836
- Angulartics2Intercom.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Intercom, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1837
- Angulartics2Intercom.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Intercom, providedIn: 'root' });
1838
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Intercom, decorators: [{
1950
+ Angulartics2Intercom.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Intercom, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1951
+ Angulartics2Intercom.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Intercom, providedIn: 'root' });
1952
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Intercom, decorators: [{
1839
1953
  type: Injectable,
1840
1954
  args: [{ providedIn: 'root' }]
1841
1955
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -1891,9 +2005,9 @@ class Angulartics2Woopra {
1891
2005
  }
1892
2006
  }
1893
2007
  }
1894
- Angulartics2Woopra.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Woopra, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
1895
- Angulartics2Woopra.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Woopra, providedIn: 'root' });
1896
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Woopra, decorators: [{
2008
+ Angulartics2Woopra.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Woopra, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
2009
+ Angulartics2Woopra.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Woopra, providedIn: 'root' });
2010
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Woopra, decorators: [{
1897
2011
  type: Injectable,
1898
2012
  args: [{ providedIn: 'root' }]
1899
2013
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -1951,9 +2065,9 @@ class Angulartics2Clicky {
1951
2065
  return EventType.indexOf(type) > -1 ? type : 'pageview';
1952
2066
  }
1953
2067
  }
1954
- Angulartics2Clicky.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Clicky, deps: [{ token: Angulartics2 }, { token: i2$1.Title }], target: i0.ɵɵFactoryTarget.Injectable });
1955
- Angulartics2Clicky.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Clicky, providedIn: 'root' });
1956
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Clicky, decorators: [{
2068
+ Angulartics2Clicky.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Clicky, deps: [{ token: Angulartics2 }, { token: i2$1.Title }], target: i0.ɵɵFactoryTarget.Injectable });
2069
+ Angulartics2Clicky.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Clicky, providedIn: 'root' });
2070
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Clicky, decorators: [{
1957
2071
  type: Injectable,
1958
2072
  args: [{ providedIn: 'root' }]
1959
2073
  }], ctorParameters: function () { return [{ type: Angulartics2 }, { type: i2$1.Title }]; } });
@@ -2016,9 +2130,9 @@ class Angulartics2Amplitude {
2016
2130
  }
2017
2131
  }
2018
2132
  }
2019
- Angulartics2Amplitude.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Amplitude, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
2020
- Angulartics2Amplitude.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Amplitude, providedIn: 'root' });
2021
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Amplitude, decorators: [{
2133
+ Angulartics2Amplitude.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Amplitude, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
2134
+ Angulartics2Amplitude.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Amplitude, providedIn: 'root' });
2135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Amplitude, decorators: [{
2022
2136
  type: Injectable,
2023
2137
  args: [{ providedIn: 'root' }]
2024
2138
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -2059,9 +2173,9 @@ class Angulartics2Splunk {
2059
2173
  }
2060
2174
  }
2061
2175
  }
2062
- Angulartics2Splunk.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Splunk, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
2063
- Angulartics2Splunk.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Splunk, providedIn: 'root' });
2064
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2Splunk, decorators: [{
2176
+ Angulartics2Splunk.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Splunk, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
2177
+ Angulartics2Splunk.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Splunk, providedIn: 'root' });
2178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Splunk, decorators: [{
2065
2179
  type: Injectable,
2066
2180
  args: [{ providedIn: 'root' }]
2067
2181
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -2181,9 +2295,9 @@ class Angulartics2IBMDigitalAnalytics {
2181
2295
  }
2182
2296
  }
2183
2297
  }
2184
- Angulartics2IBMDigitalAnalytics.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2IBMDigitalAnalytics, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
2185
- Angulartics2IBMDigitalAnalytics.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2IBMDigitalAnalytics, providedIn: 'root' });
2186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2IBMDigitalAnalytics, decorators: [{
2298
+ Angulartics2IBMDigitalAnalytics.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2IBMDigitalAnalytics, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
2299
+ Angulartics2IBMDigitalAnalytics.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2IBMDigitalAnalytics, providedIn: 'root' });
2300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2IBMDigitalAnalytics, decorators: [{
2187
2301
  type: Injectable,
2188
2302
  args: [{ providedIn: 'root' }]
2189
2303
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -2233,9 +2347,9 @@ class Angulartics2GoSquared {
2233
2347
  }
2234
2348
  }
2235
2349
  }
2236
- Angulartics2GoSquared.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoSquared, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
2237
- Angulartics2GoSquared.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoSquared, providedIn: 'root' });
2238
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: Angulartics2GoSquared, decorators: [{
2350
+ Angulartics2GoSquared.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoSquared, deps: [{ token: Angulartics2 }], target: i0.ɵɵFactoryTarget.Injectable });
2351
+ Angulartics2GoSquared.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoSquared, providedIn: 'root' });
2352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2GoSquared, decorators: [{
2239
2353
  type: Injectable,
2240
2354
  args: [{ providedIn: 'root' }]
2241
2355
  }], ctorParameters: function () { return [{ type: Angulartics2 }]; } });
@@ -2244,5 +2358,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
2244
2358
  * Generated bundle index. Do not edit.
2245
2359
  */
2246
2360
 
2247
- export { ANGULARTICS2_TOKEN, AngularRouterTracking, Angulartics2, Angulartics2AdobeAnalytics, Angulartics2Amplitude, Angulartics2AppInsights, Angulartics2BaiduAnalytics, Angulartics2Clicky, Angulartics2Facebook, Angulartics2GoSquared, Angulartics2GoogleAnalytics, Angulartics2GoogleAnalyticsEnhancedEcommerce, Angulartics2GoogleGlobalSiteTag, Angulartics2GoogleTagManager, Angulartics2Hubspot, Angulartics2IBMDigitalAnalytics, Angulartics2Intercom, Angulartics2Kissmetrics, Angulartics2LaunchByAdobe, Angulartics2Matomo, Angulartics2Mixpanel, Angulartics2Module, Angulartics2On, Angulartics2OnModule, Angulartics2Pyze, Angulartics2RouterlessModule, Angulartics2Segment, Angulartics2Splunk, Angulartics2Woopra, AppInsightsDefaults, DefaultConfig, GoogleAnalyticsDefaults, GoogleGlobalSiteTagDefaults, GoogleTagManagerDefaults, RouterlessTracking };
2361
+ export { ANGULARTICS2_TOKEN, AngularRouterTracking, Angulartics2, Angulartics2AdobeAnalytics, Angulartics2Amplitude, Angulartics2AppInsights, Angulartics2BaiduAnalytics, Angulartics2Clicky, Angulartics2Facebook, Angulartics2GoSquared, Angulartics2GoogleAnalytics, Angulartics2GoogleAnalyticsEnhancedEcommerce, Angulartics2GoogleGlobalSiteTag, Angulartics2GoogleTagManager, Angulartics2Hubspot, Angulartics2IBMDigitalAnalytics, Angulartics2Intercom, Angulartics2Kissmetrics, Angulartics2LaunchByAdobe, Angulartics2Matomo, Angulartics2Mixpanel, Angulartics2Module, Angulartics2On, Angulartics2OnModule, Angulartics2Posthog, Angulartics2Pyze, Angulartics2RouterlessModule, Angulartics2Segment, Angulartics2Splunk, Angulartics2Woopra, AppInsightsDefaults, DefaultConfig, GoogleAnalyticsDefaults, GoogleGlobalSiteTagDefaults, GoogleTagManagerDefaults, RouterlessTracking };
2248
2362
  //# sourceMappingURL=angulartics2.mjs.map