UNPKG

ngx-hotjar

Version:

A simple ng-6 wrapper to load hotjar dependency by angular way

4 lines (3 loc) 196 B
import { InjectionToken } from '@angular/core'; import { IHotjarSettings } from '../interfaces/i-hotjar-settings'; export declare const NGX_HOTJAR_SETTINGS_TOKEN: InjectionToken<IHotjarSettings>;