From b28e4e5e080646ec67363cb0a16c9bd97ccffb35 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Feb 2019 10:16:04 +0100 Subject: Add user notification animation --- client/src/app/shared/shared.module.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src/app/shared/shared.module.ts') diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 6f8625c7e..1c4e3df1a 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts @@ -69,6 +69,7 @@ import { InstanceService } from '@app/shared/instance/instance.service' import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer' import { ConfirmComponent } from '@app/shared/confirm/confirm.component' import { GlobalIconComponent } from '@app/shared/icons/global-icon.component' +import { SmallLoaderComponent } from '@app/shared/misc/small-loader.component' @NgModule({ imports: [ @@ -90,6 +91,7 @@ import { GlobalIconComponent } from '@app/shared/icons/global-icon.component' declarations: [ LoaderComponent, + SmallLoaderComponent, VideoThumbnailComponent, VideoMiniatureComponent, FeedComponent, @@ -135,6 +137,7 @@ import { GlobalIconComponent } from '@app/shared/icons/global-icon.component' KeysPipe, LoaderComponent, + SmallLoaderComponent, VideoThumbnailComponent, VideoMiniatureComponent, FeedComponent, -- cgit v1.2.3