chaitanyasm
Results
1
comments of
chaitanyasm
I defined tracking ids in environment files and initialize Gtag in app module like this. GtagModule.forRoot({trackingId: '', trackPageviews: true }) and provide environment specific tracking id in app component constructor....