Project

General

Profile

« Previous | Next » 

Revision 54722

probably fixed piwik-matomo analytics script

View differences:

app.module.ts
19 19
import { AuthenticationService } from './services/authentication.service';
20 20
import { LandingComponent } from './pages/landing/landing.component';
21 21
import { DashboardComponent } from './pages/dashboard/dashboard.component';
22
import { MatomoModule } from 'ngx-matomo';
22 23

  
23 24

  
24 25
@NgModule({
......
35 36
    HttpClientModule,
36 37
    ReusableComponentsModule,
37 38
    CookieLawModule,
39
    MatomoModule,
38 40
    AppRoutingModule
39 41
  ],
40 42
  providers: [

Also available in: Unified diff