mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
fix deprecated warning
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { Injectable } from '@angular/core';
|
||||
|
||||
import {
|
||||
DspaceRestResponseParsingService,
|
||||
isCacheableObject
|
||||
@@ -18,6 +20,7 @@ import { environment } from '../../../environments/environment';
|
||||
*
|
||||
* When all endpoints are properly typed, it can be removed.
|
||||
*/
|
||||
@Injectable()
|
||||
export class EndpointMapResponseParsingService extends DspaceRestResponseParsingService {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user