@hakimio/ngx-google-analytics
Version:
A simple Google Analytics wrapper for Angular apps
23 lines (22 loc) • 1.26 kB
TypeScript
export * from './lib/directives/ga-event-category.directive';
export * from './lib/directives/ga-event.directive';
export * from './lib/directives/ga-event-form-input.directive';
export * from './lib/enums/ga-action.enum';
export * from './lib/initializers/google-analytics.initializer';
export * from './lib/initializers/google-analytics-router.initializer';
export * from './lib/interfaces/i-google-analytics-command';
export * from './lib/interfaces/i-google-analytics-routing-settings';
export * from './lib/interfaces/i-google-analytics-settings';
export * from './lib/services/google-analytics.service';
export * from './lib/tokens/ngx-data-layer-token';
export * from './lib/tokens/ngx-google-analytics-router-settings-token';
export * from './lib/tokens/ngx-google-analytics-settings-token';
export * from './lib/tokens/ngx-gtag-token';
export * from './lib/tokens/ngx-window-token';
export * from './lib/types/data-layer.type';
export * from './lib/types/ga-action.type';
export * from './lib/types/gtag.type';
export * from './lib/types/primitive.type';
export * from './lib/ngx-google-analytics.module';
export * from './lib/ngx-google-analytics-router/ngx-google-analytics-router.provider';
export * from './lib/ngx-google-analytics.provider';