angulartics2 14.0.0 → 14.1.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.
@@ -1476,6 +1476,16 @@ class Angulartics2Posthog {
1476
1476
  }
1477
1477
  }
1478
1478
  }
1479
+ setGroup(groupType, groupKey, properties) {
1480
+ try {
1481
+ posthog.group(groupType, groupKey, properties);
1482
+ }
1483
+ catch (e) {
1484
+ if (!(e instanceof ReferenceError)) {
1485
+ throw e;
1486
+ }
1487
+ }
1488
+ }
1479
1489
  }
1480
1490
  Angulartics2Posthog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Posthog, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1481
1491
  Angulartics2Posthog.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: Angulartics2Posthog, providedIn: 'root' });