129694: backported view tracker resolver

This commit is contained in:
lotte
2025-04-04 13:31:49 +02:00
parent ff5f23017a
commit 01becae7d0
7 changed files with 31 additions and 22 deletions

View File

@@ -2,7 +2,6 @@ import { ModuleWithProviders, NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { CoreModule } from '../core/core.module';
import { SharedModule } from '../shared/shared.module';
import { ViewTrackerComponent } from './angulartics/dspace/view-tracker.component';
import { StatisticsEndpoint } from './statistics-endpoint.model';
/**
@@ -19,10 +18,8 @@ export const models = [
SharedModule,
],
declarations: [
ViewTrackerComponent,
],
exports: [
ViewTrackerComponent,
]
})
/**