From fea2ff7b9c3f8740550f3f37b09723afa2b8aed9 Mon Sep 17 00:00:00 2001 From: Kuno Vercammen Date: Tue, 23 Apr 2024 11:19:13 +0200 Subject: [PATCH] 114599: Added loading animation after creating collection or community --- .../create-collection-page/create-collection-page.component.ts | 1 + .../create-community-page/create-community-page.component.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/app/collection-page/create-collection-page/create-collection-page.component.ts b/src/app/collection-page/create-collection-page/create-collection-page.component.ts index 989d77c15b..bc25c3643a 100644 --- a/src/app/collection-page/create-collection-page/create-collection-page.component.ts +++ b/src/app/collection-page/create-collection-page/create-collection-page.component.ts @@ -16,6 +16,7 @@ import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/crea 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 diff --git a/src/app/community-page/create-community-page/create-community-page.component.ts b/src/app/community-page/create-community-page/create-community-page.component.ts index 082f6c4f0b..6b4d6b1cbf 100644 --- a/src/app/community-page/create-community-page/create-community-page.component.ts +++ b/src/app/community-page/create-community-page/create-community-page.component.ts @@ -19,6 +19,7 @@ import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.comp 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