ngx-google-analytics
Version:
A simple ng-9 wrapper to load Google Analytics dependency by angular way
21 lines (20 loc) • 1.16 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/ngx-google-analytics.module';
export * from './lib/ngx-google-analytics-router/ngx-google-analytics-router.module';