mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
feat: fix services lazy loading
This commit is contained in:
@@ -70,7 +70,7 @@ export function normalizeSectionData(obj: any, objIndex?: number) {
|
||||
/**
|
||||
* Provides methods to parse response for a submission request.
|
||||
*/
|
||||
@Injectable()
|
||||
@Injectable({ providedIn: 'root' })
|
||||
export class SubmissionResponseParsingService extends BaseResponseParsingService implements ResponseParsingService {
|
||||
|
||||
protected toCache = false;
|
||||
|
||||
Reference in New Issue
Block a user