mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
129694: backported view tracker resolver
This commit is contained in:
@@ -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,
|
||||
]
|
||||
})
|
||||
/**
|
||||
|
Reference in New Issue
Block a user