angulartics2 14.0.0 → 14.1.1
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.
- package/README.md +3 -1
- package/bundle.js +2 -0
- package/esm2020/providers/posthog/posthog.mjs +11 -1
- package/fesm2015/angulartics2.mjs +10 -0
- package/fesm2015/angulartics2.mjs.map +1 -1
- package/fesm2020/angulartics2.mjs +10 -0
- package/fesm2020/angulartics2.mjs.map +1 -1
- package/package.json +5 -2
- package/providers/posthog/posthog.d.ts +1 -0
package/README.md
CHANGED
@@ -37,7 +37,8 @@ Latest version available for each version of Angular
|
|
37
37
|
| 10.1.0 | 10.x |
|
38
38
|
| 11.0.0 | 12.x |
|
39
39
|
| 12.0.0 | 13.x |
|
40
|
-
|
|
40
|
+
| 13.0.0 | 14.x |
|
41
|
+
| latest | 15.x |
|
41
42
|
|
42
43
|
## Installation
|
43
44
|
|
@@ -290,6 +291,7 @@ System.config({
|
|
290
291
|
* [IBM Digital Analytics](/src/lib/providers/ibm-digital-analytics)
|
291
292
|
* [Splunk](/src/lib/providers/splunk)
|
292
293
|
* [Pyze](/src/lib/providers/pyze)
|
294
|
+
* [Posthog](/src/lib/providers/posthog)
|
293
295
|
|
294
296
|
### For other providers
|
295
297
|
|