mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[DURACOM-191] fix missing root provider
This commit is contained in:
@@ -13,7 +13,7 @@ import { FollowLinkConfig } from '../../shared/utils/follow-link-config.model';
|
|||||||
/**
|
/**
|
||||||
* Provides methods to retrieve, from REST server, bitstream access conditions configurations applicable during the submission process.
|
* Provides methods to retrieve, from REST server, bitstream access conditions configurations applicable during the submission process.
|
||||||
*/
|
*/
|
||||||
@Injectable()
|
@Injectable({providedIn: 'root'})
|
||||||
export class SubmissionUploadsConfigDataService extends ConfigDataService {
|
export class SubmissionUploadsConfigDataService extends ConfigDataService {
|
||||||
constructor(
|
constructor(
|
||||||
protected requestService: RequestService,
|
protected requestService: RequestService,
|
||||||
|
Reference in New Issue
Block a user