UNPKG

@kattoshi/ngx-ga4

Version:

Easily call Google Analytics 4 properties from your angular project.

18 lines (17 loc) 814 B
import { ModuleWithProviders } from '@angular/core'; import { NgxGa4Config } from './ngx-ga4.service'; import * as i0 from "@angular/core"; import * as i1 from "./ngx-ga4tag.directive"; import * as i2 from "@angular/common"; export declare class NgxGa4Module { constructor(parentModule?: NgxGa4Module); /** * Constant parameter inject to NGxGa4Service * @param config * @returns */ static forRoot(config: NgxGa4Config): ModuleWithProviders<NgxGa4Module>; static ɵfac: i0.ɵɵFactoryDeclaration<NgxGa4Module, [{ optional: true; skipSelf: true; }]>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgxGa4Module, [typeof i1.NgxGa4tagDirective], [typeof i2.CommonModule], [typeof i1.NgxGa4tagDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxGa4Module>; }