Skip to content

Commit 0ac98c5

Browse files
author
Kuno Vercammen
committed
114599: Small lint fixes
1 parent 9bcd816 commit 0ac98c5

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

src/app/collection-page/create-collection-page/create-collection-page.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import { RequestService } from '../../core/data/request.service';
1313
import { RouteService } from '../../core/services/route.service';
1414
import { Collection } from '../../core/shared/collection.model';
1515
import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component';
16+
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
1617
import { NotificationsService } from '../../shared/notifications/notifications.service';
1718
import { 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

src/app/community-page/create-community-page/create-community-page.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ import { RequestService } from '../../core/data/request.service';
1515
import { RouteService } from '../../core/services/route.service';
1616
import { Community } from '../../core/shared/community.model';
1717
import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component';
18+
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
1819
import { NotificationsService } from '../../shared/notifications/notifications.service';
1920
import { VarDirective } from '../../shared/utils/var.directive';
2021
import { 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

src/app/shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ import {
44
} from '@angular/core';
55
import { Router } from '@angular/router';
66
import { TranslateService } from '@ngx-translate/core';
7-
import { BehaviorSubject, Observable } from 'rxjs';
7+
import {
8+
BehaviorSubject,
9+
Observable,
10+
} from 'rxjs';
811
import {
912
mergeMap,
1013
take,

0 commit comments

Comments
 (0)