mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Track page views and searches in DSpace with a custom Angulartics2 provider
This commit is contained in:
11
src/app/core/shared/site.model.ts
Normal file
11
src/app/core/shared/site.model.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { DSpaceObject } from './dspace-object.model';
|
||||
import { ResourceType } from './resource-type';
|
||||
|
||||
/**
|
||||
* Model class for the Site object
|
||||
*/
|
||||
export class Site extends DSpaceObject {
|
||||
|
||||
static type = new ResourceType('site');
|
||||
|
||||
}
|
Reference in New Issue
Block a user