mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
refactored resource type and type mapping
This commit is contained in:
@@ -3,8 +3,10 @@ import { Observable } from 'rxjs';
|
||||
import { DSpaceObject } from '../../shared/dspace-object.model';
|
||||
import { PaginatedList } from '../../data/paginated-list';
|
||||
import { RemoteData } from '../../data/remote-data';
|
||||
import { ResourceType } from '../../shared/resource-type';
|
||||
|
||||
export class Group extends DSpaceObject {
|
||||
static type = new ResourceType('group');
|
||||
|
||||
/**
|
||||
* List of Groups that this Group belong to
|
||||
|
Reference in New Issue
Block a user