mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CSTPER-222] handle metadata reading for communities and collections
Fixed unused imports.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { autoserialize, deserialize, deserializeAs, inheritSerialization } from 'cerialize';
|
||||
import { deserialize, deserializeAs, inheritSerialization } from 'cerialize';
|
||||
import { Observable } from 'rxjs';
|
||||
import { link, typedObject } from '../cache/builders/build-decorators';
|
||||
import { PaginatedList } from '../data/paginated-list';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { autoserialize, deserialize, deserializeAs, inheritSerialization } from 'cerialize';
|
||||
import { deserialize, deserializeAs, inheritSerialization } from 'cerialize';
|
||||
import { Observable } from 'rxjs';
|
||||
import { link, typedObject } from '../cache/builders/build-decorators';
|
||||
import { PaginatedList } from '../data/paginated-list';
|
||||
|
@@ -1,5 +1,4 @@
|
||||
import { Component, Injectable, Input } from '@angular/core';
|
||||
import { UIURLCombiner } from '../../core/url-combiner/ui-url-combiner';
|
||||
|
||||
/**
|
||||
* This component builds a URL from the value of "handle"
|
||||
|
Reference in New Issue
Block a user