114599: Added loading animation after creating collection or community

This commit is contained in:
Kuno Vercammen
2024-04-23 11:19:13 +02:00
parent 0ac98c5230
commit fea2ff7b9c
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/crea
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.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

@@ -19,6 +19,7 @@ import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.comp
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