mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
Added more comments
This commit is contained in:
@@ -14,6 +14,9 @@ import { NotificationsService } from '../../shared/notifications/notifications.s
|
||||
import { ObjectCacheService } from '../cache/object-cache.service';
|
||||
import { DSOChangeAnalyzer } from '../data/dso-change-analyzer.service';
|
||||
|
||||
/**
|
||||
* A service that provides methods to make REST requests with workflowitems endpoint.
|
||||
*/
|
||||
@Injectable()
|
||||
export class WorkflowitemDataService extends DataService<Workflowitem> {
|
||||
protected linkPath = 'workflowitems';
|
||||
|
Reference in New Issue
Block a user