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