diff --git a/security-c4po-angular/src/app/common-app.module.ts b/security-c4po-angular/src/app/common-app.module.ts index 85afb0f..677dd8f 100644 --- a/security-c4po-angular/src/app/common-app.module.ts +++ b/security-c4po-angular/src/app/common-app.module.ts @@ -9,13 +9,16 @@ import {MomentModule} from 'ngx-moment'; import {NotificationService} from '../shared/services/notification.service'; import {NbToastrModule} from '@nebular/theme'; import {ThemeModule} from '../assets/@theme/theme.module'; +import {LoadingSpinnerComponent} from '@shared/widgets/loading-spinner/loading-spinner.component'; export function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader { return new TranslateHttpLoader(http); } @NgModule({ - declarations: [], + declarations: [ + LoadingSpinnerComponent + ], imports: [ CommonModule, NbToastrModule, // used for notification service @@ -37,6 +40,7 @@ export function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader { NotificationService ], exports: [ + LoadingSpinnerComponent, // modules MomentModule ] diff --git a/security-c4po-angular/src/app/objective-overview/objective-header/objective-header.component.html b/security-c4po-angular/src/app/objective-overview/objective-header/objective-header.component.html index f73133d..2f9ab98 100644 --- a/security-c4po-angular/src/app/objective-overview/objective-header/objective-header.component.html +++ b/security-c4po-angular/src/app/objective-overview/objective-header/objective-header.component.html @@ -15,7 +15,7 @@