ngx-hotjar
Version:
A simple ng wrapper to load hotjar dependency by angular way
8 lines (7 loc) • 361 B
TypeScript
import { InjectionToken } from '@angular/core';
import { IHotjarSettings } from '../interfaces/i-hotjar-settings';
/**
* Provides a token to override default settings. You can use this token to enhance our library
* and configure multiple sites/app on the same environment.
*/
export declare const NGX_HOTJAR_SETTINGS_TOKEN: InjectionToken<IHotjarSettings>;