[CSTPER-222] handle metadata reading for communities and collections

Fixed unused imports.
This commit is contained in:
Alessandro Martelli
2020-11-10 14:50:46 +01:00
parent 4a2fe76ef0
commit fa8ecd16a7
3 changed files with 2 additions and 3 deletions

View File

@@ -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';

View File

@@ -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';

View File

@@ -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"