UNPKG

ngx-hotjar

Version:

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

5 lines (4 loc) 265 B
import { Provider } from '@angular/core'; import { IHotjarSettings } from '../interfaces/i-hotjar-settings'; export declare const NGX_HOTJAR_INITIALIZER_PROVIDER: Provider; export declare function HotjarInitializer($settings: IHotjarSettings): () => Promise<void>;