ngx-hotjar
Version:
A simple ng wrapper to load hotjar dependency by angular way
12 lines (11 loc) • 543 B
TypeScript
export * from './lib/initializers/hotjar-router.initializer';
export * from './lib/initializers/hotjar.initializer';
export * from './lib/interfaces/i-hotjar-settings';
export * from './lib/services/ngx-hotjar.service';
export * from './lib/tokens/ngx-hj-token';
export * from './lib/tokens/ngx-hotjar-settings.token';
export * from './lib/tokens/window-token';
export * from './lib/types/hj';
export * from './lib/types/hj-bind.type';
export * from './lib/ngx-hotjar.module';
export * from './lib/ngx-hotjar-router/ngx-hotjar-router.module';