114599: Small lint fixes

This commit is contained in:
Kuno Vercammen
2024-04-23 11:55:59 +02:00
parent 9bcd816703
commit 0ac98c5230
3 changed files with 6 additions and 3 deletions

View File

@@ -13,9 +13,9 @@ import { RequestService } from '../../core/data/request.service';
import { RouteService } from '../../core/services/route.service'; import { RouteService } from '../../core/services/route.service';
import { Collection } from '../../core/shared/collection.model'; import { Collection } from '../../core/shared/collection.model';
import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component'; 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 { NotificationsService } from '../../shared/notifications/notifications.service';
import { CollectionFormComponent } from '../collection-form/collection-form.component'; 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 * Component that represents the page where a user can create a new Collection

View File

@@ -15,10 +15,10 @@ import { RequestService } from '../../core/data/request.service';
import { RouteService } from '../../core/services/route.service'; import { RouteService } from '../../core/services/route.service';
import { Community } from '../../core/shared/community.model'; import { Community } from '../../core/shared/community.model';
import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/create-comcol-page/create-comcol-page.component'; 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 { NotificationsService } from '../../shared/notifications/notifications.service';
import { VarDirective } from '../../shared/utils/var.directive'; import { VarDirective } from '../../shared/utils/var.directive';
import { CommunityFormComponent } from '../community-form/community-form.component'; 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 * Component that represents the page where a user can create a new Community

View File

@@ -4,7 +4,10 @@ import {
} from '@angular/core'; } from '@angular/core';
import { Router } from '@angular/router'; import { Router } from '@angular/router';
import { TranslateService } from '@ngx-translate/core'; import { TranslateService } from '@ngx-translate/core';
import { BehaviorSubject, Observable } from 'rxjs'; import {
BehaviorSubject,
Observable,
} from 'rxjs';
import { import {
mergeMap, mergeMap,
take, take,