Skip to content

Commit fea2ff7

Browse files
author
Kuno Vercammen
committed
114599: Added loading animation after creating collection or community
1 parent 0ac98c5 commit fea2ff7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { CreateComColPageComponent } from '../../shared/comcol/comcol-forms/crea
1616
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
1717
import { NotificationsService } from '../../shared/notifications/notifications.service';
1818
import { CollectionFormComponent } from '../collection-form/collection-form.component';
19+
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
1920

2021
/**
2122
* 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.comp
1919
import { NotificationsService } from '../../shared/notifications/notifications.service';
2020
import { VarDirective } from '../../shared/utils/var.directive';
2121
import { CommunityFormComponent } from '../community-form/community-form.component';
22+
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
2223

2324
/**
2425
* Component that represents the page where a user can create a new Community

0 commit comments

Comments
 (0)