@firestitch/analytics
Advanced tools
Comparing version 13.0.4 to 14.0.0
@@ -14,3 +14,3 @@ import { ElementRef, OnDestroy, OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsAnalyticsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAnalyticsDirective, "[fsAnalytics]", never, { "action": "fsAnalytics"; "event": "event"; }, {}, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<FsAnalyticsDirective, "[fsAnalytics]", never, { "action": "fsAnalytics"; "event": "event"; }, {}, never, never, false>; | ||
} |
export * from './analytics.directive'; |
@@ -0,0 +0,0 @@ export declare enum EventType { |
export * from './event-type'; |
@@ -0,0 +0,0 @@ import { ModuleWithProviders } from '@angular/core'; |
import { InjectionToken } from '@angular/core'; | ||
export declare const FS_ANALYTICS_CONFIG: InjectionToken<any>; |
export * from './analytics-config.injector'; |
@@ -0,0 +0,0 @@ import { AnalyticsProcessor } from "./analytics-processor"; |
@@ -0,0 +0,0 @@ import { EventType } from '../enums'; |
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs'; |
@@ -0,0 +0,0 @@ export interface PurchaseEvent { |
@@ -0,0 +0,0 @@ export * from './analytics-config'; |
@@ -0,0 +0,0 @@ import { EventType } from "../enums"; |
@@ -0,0 +0,0 @@ import { EventType } from "../enums"; |
@@ -0,0 +0,0 @@ import { Provider } from "./provider"; |
@@ -0,0 +0,0 @@ export * from './facebook-pixel'; |
@@ -0,0 +0,0 @@ import { PurchaseEvent } from "../interfaces"; |
@@ -0,0 +0,0 @@ import { Injector } from "@angular/core"; |
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { Injector } from '@angular/core'; |
export * from './analytics.service'; |
{ | ||
"name": "@firestitch/analytics", | ||
"version": "13.0.4", | ||
"version": "14.0.0", | ||
"repository": { | ||
@@ -25,3 +25,3 @@ "type": "git", | ||
"fesm2015": "fesm2015/firestitch-analytics.mjs", | ||
"typings": "firestitch-analytics.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -32,3 +32,3 @@ "./package.json": { | ||
".": { | ||
"types": "./firestitch-analytics.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/firestitch-analytics.mjs", | ||
@@ -35,0 +35,0 @@ "es2020": "./fesm2020/firestitch-analytics.mjs", |
@@ -0,0 +0,0 @@ export { FsAnalyticsDirective } from './app/directives/analytics'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
204448