mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
[TLC-380] Simplify / strip browse service from components
This commit is contained in:
@@ -38,12 +38,6 @@ export const mockData: BrowseDefinition[] = [
|
||||
})
|
||||
];
|
||||
|
||||
export const browseServiceStub = {
|
||||
getBrowseDefinitions(): Observable<RemoteData<PaginatedList<BrowseDefinition>>> {
|
||||
return observableOf(createSuccessfulRemoteDataObject(buildPaginatedList(new PageInfo(), mockData)));
|
||||
},
|
||||
};
|
||||
|
||||
export const BrowseDefinitionDataServiceStub: any = {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user