mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
92282: Support restricted thumbnails
This commit is contained in:
7
src/app/shared/testing/file-service.stub.ts
Normal file
7
src/app/shared/testing/file-service.stub.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { of as observableOf } from 'rxjs';
|
||||
|
||||
export class FileServiceStub {
|
||||
retrieveFileDownloadLink() {
|
||||
return observableOf(null);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user