Skip to content

Commit

Permalink
Merge pull request #32 from fga-eps-mds/58-analytics
Browse files Browse the repository at this point in the history
Adiciona integração com Google Analytics
  • Loading branch information
geraldovictor authored Dec 5, 2023
2 parents 0ea48b0 + c57c37a commit 0f26e0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"angular-oauth2-oidc": "^15.0.1",
"hls.js": "^1.4.12",
"jwt-decode": "^3.1.2",
"ngx-google-analytics": "^14.0.1",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
Expand Down
5 changes: 4 additions & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import { ParticipateComponent } from './pages/participate/participate.component'
import { GridComponent } from './pages/grid/grid.component';
import { GridDaysComponent } from './pages/grid-days/grid-days.component';
import { ProgressSpinnerModule } from 'primeng/progressspinner';
import { NgxGoogleAnalyticsModule, NgxGoogleAnalyticsRouterModule } from 'ngx-google-analytics';

@NgModule({
imports: [
Expand All @@ -56,7 +57,9 @@ import { ProgressSpinnerModule } from 'primeng/progressspinner';
MenuModule,
FormsModule,
BrowserAnimationsModule,
MatPaginatorModule
MatPaginatorModule,
NgxGoogleAnalyticsModule.forRoot('G-XL7Z0L7VM8'),
NgxGoogleAnalyticsRouterModule
],

declarations: [
Expand Down

0 comments on commit 0f26e0f

Please sign in to comment.