How to use @dagonmetric/ng-log-gtag - 1 common examples

To help you get started, we’ve selected a few @dagonmetric/ng-log-gtag examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github myanmartools / Myanmar-Tools / src / app / app.browser.module.ts View on Github external
/**
 * App module for browser platform.
 */
@NgModule({
    bootstrap: [AppComponent],
    imports: [
        BrowserModule.withServerTransition({ appId: appId }),
        BrowserTransferStateModule,
        HttpClientModule,

        AppModule,

        BrowserAnimationsModule,
        CacheLocalStorageModule,
        GTagLoggerModule.withOptions(environment.gtag)
    ]
})
export class AppBrowserModule { }

@dagonmetric/ng-log-gtag

Google Analytics Global Site Tag gtag.js integration of @dagonMetric/ng-log for Angular applications.

MIT
Latest version published 3 years ago

Package Health Score

49 / 100
Full package analysis

Popular @dagonmetric/ng-log-gtag functions