mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
Cache redesign part 1, and add support for alternative links
This commit is contained in:
@@ -220,6 +220,20 @@ import { ValidationSuggestionsComponent } from './input-suggestions/validation-s
|
||||
import { ItemSearchResultGridElementComponent } from './object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component';
|
||||
import { ResourcePolicyEditComponent } from './resource-policies/edit/resource-policy-edit.component';
|
||||
import { ResourcePolicyCreateComponent } from './resource-policies/create/resource-policy-create.component';
|
||||
import { SearchObjects } from './search/search-objects.model';
|
||||
import { SearchResult } from './search/search-result.model';
|
||||
import { FacetConfigResponse } from './search/facet-config-response.model';
|
||||
import { FacetValues } from './search/facet-values.model';
|
||||
|
||||
/**
|
||||
* Declaration needed to make sure all decorator functions are called in time
|
||||
*/
|
||||
export const MODELS = [
|
||||
SearchObjects,
|
||||
FacetConfigResponse,
|
||||
FacetValues,
|
||||
SearchResult
|
||||
];
|
||||
|
||||
const MODULES = [
|
||||
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
|
||||
|
Reference in New Issue
Block a user