mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
114599: Small lint fixes
This commit is contained in:
@@ -13,9 +13,9 @@ import { RequestService } from '../../core/data/request.service';
|
||||
import { RouteService } from '../../core/services/route.service';
|
||||
import { Collection } from '../../core/shared/collection.model';
|
||||
import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component';
|
||||
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
|
||||
import { NotificationsService } from '../../shared/notifications/notifications.service';
|
||||
import { CollectionFormComponent } from '../collection-form/collection-form.component';
|
||||
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
|
||||
|
||||
/**
|
||||
* Component that represents the page where a user can create a new Collection
|
||||
|
@@ -15,10 +15,10 @@ import { RequestService } from '../../core/data/request.service';
|
||||
import { RouteService } from '../../core/services/route.service';
|
||||
import { Community } from '../../core/shared/community.model';
|
||||
import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component';
|
||||
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
|
||||
import { NotificationsService } from '../../shared/notifications/notifications.service';
|
||||
import { VarDirective } from '../../shared/utils/var.directive';
|
||||
import { CommunityFormComponent } from '../community-form/community-form.component';
|
||||
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
|
||||
|
||||
/**
|
||||
* Component that represents the page where a user can create a new Community
|
||||
|
@@ -4,7 +4,10 @@ import {
|
||||
} from '@angular/core';
|
||||
import { Router } from '@angular/router';
|
||||
import { TranslateService } from '@ngx-translate/core';
|
||||
import { BehaviorSubject, Observable } from 'rxjs';
|
||||
import {
|
||||
BehaviorSubject,
|
||||
Observable,
|
||||
} from 'rxjs';
|
||||
import {
|
||||
mergeMap,
|
||||
take,
|
||||
|
Reference in New Issue
Block a user