fix deprecated warning

This commit is contained in:
Giuseppe Digilio
2021-01-12 10:12:32 +01:00
parent 665e07ae1f
commit 480653cf8f

View File

@@ -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 {
/**