Andre Mesquita

Results 3 comments of Andre Mesquita

> Hi, after doing build I get npm run build exited with code 0, and I continue with npm run node:start but I get this error: > [email protected] node:start E:\Projects\heroes...

enviroment.ts => ga = "YOUR-TRACKING-CODE" NgxGoogleAnalyticsModule.forRoot(enviroment.ga);

Look this article from Daniel Kreider (@dkreider) to observe directly use of gtag. https://itnext.io/angular-google-analytics-the-complete-guide-6518736096a0 I thing you may use like `this.$gaService.set('config', 'YOUR-TRACKING-CODE');` But I don´t tested. P.S.: I really sad...