upgrade to angular 10 intermediate commit

This commit is contained in:
Giuseppe Digilio
2020-11-20 21:10:36 +01:00
parent 9abc827fc1
commit 44a65c7a23
4 changed files with 796 additions and 1383 deletions

View File

@@ -1,7 +1,7 @@
import { NgZone } from '@angular/core';
import { FindListOptions } from '../core/data/request.models';
import { CommunityListService, FlatNode } from './community-list-service';
import { CollectionViewer, DataSource } from '@angular/cdk/typings/collections';
import { CollectionViewer, DataSource } from '@angular/cdk/collections';
import { BehaviorSubject, Observable, } from 'rxjs';
import { finalize, take, } from 'rxjs/operators';

View File

@@ -15,12 +15,6 @@ import { GROUP } from './group.resource-type';
export class Group extends DSpaceObject {
static type = GROUP;
/**
* A string representing the unique name of this Group
*/
@autoserialize
public name: string;
/**
* A string representing the unique handle of this Group
*/