File tree Expand file tree Collapse file tree
collection-page/create-collection-page
shared/comcol/comcol-forms/create-comcol-page Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ import { RequestService } from '../../core/data/request.service';
1313import { RouteService } from '../../core/services/route.service' ;
1414import { Collection } from '../../core/shared/collection.model' ;
1515import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component' ;
16+ import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component' ;
1617import { NotificationsService } from '../../shared/notifications/notifications.service' ;
1718import { CollectionFormComponent } from '../collection-form/collection-form.component' ;
18- import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component' ;
1919
2020/**
2121 * Component that represents the page where a user can create a new Collection
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ import { RequestService } from '../../core/data/request.service';
1515import { RouteService } from '../../core/services/route.service' ;
1616import { Community } from '../../core/shared/community.model' ;
1717import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component' ;
18+ import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component' ;
1819import { NotificationsService } from '../../shared/notifications/notifications.service' ;
1920import { VarDirective } from '../../shared/utils/var.directive' ;
2021import { CommunityFormComponent } from '../community-form/community-form.component' ;
21- import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component' ;
2222
2323/**
2424 * Component that represents the page where a user can create a new Community
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ import {
44} from '@angular/core' ;
55import { Router } from '@angular/router' ;
66import { TranslateService } from '@ngx-translate/core' ;
7- import { BehaviorSubject , Observable } from 'rxjs' ;
7+ import {
8+ BehaviorSubject ,
9+ Observable ,
10+ } from 'rxjs' ;
811import {
912 mergeMap ,
1013 take ,
You can’t perform that action at this time.
0 commit comments