mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +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 { Observable } from 'rxjs';
|
||||||
import { link, typedObject } from '../cache/builders/build-decorators';
|
import { link, typedObject } from '../cache/builders/build-decorators';
|
||||||
import { PaginatedList } from '../data/paginated-list';
|
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 { Observable } from 'rxjs';
|
||||||
import { link, typedObject } from '../cache/builders/build-decorators';
|
import { link, typedObject } from '../cache/builders/build-decorators';
|
||||||
import { PaginatedList } from '../data/paginated-list';
|
import { PaginatedList } from '../data/paginated-list';
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
import { Component, Injectable, Input } from '@angular/core';
|
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"
|
* This component builds a URL from the value of "handle"
|
||||||
|
Reference in New Issue
Block a user