Cache redesign part 1, and add support for alternative links

This commit is contained in:
Art Lowel
2020-12-11 14:18:44 +01:00
parent f4853972cc
commit 4e18fa35ca
522 changed files with 7537 additions and 6933 deletions

View File

@@ -4,6 +4,14 @@ import { CoreModule } from '../core/core.module';
import { SharedModule } from '../shared/shared.module';
import { ViewTrackerComponent } from './angulartics/dspace/view-tracker.component';
import { StatisticsService } from './statistics.service';
import { StatisticsEndpoint } from './statistics-endpoint.model';
/**
* Declaration needed to make sure all decorator functions are called in time
*/
export const models = [
StatisticsEndpoint
];
@NgModule({
imports: [