diff --git a/ui/src/app/shared/shared.module.ts b/ui/src/app/shared/shared.module.ts index e3c1cf79b..ce9678272 100644 --- a/ui/src/app/shared/shared.module.ts +++ b/ui/src/app/shared/shared.module.ts @@ -9,7 +9,7 @@ import { AlertComponent } from './alert/alert.component' import { LocalizePipe } from './pipe/localize' @NgModule({ - imports: [NgbModule, FontAwesomeModule], + imports: [NgbModule, FontAwesomeModule, CommonModule], declarations: [FindLanguageFromKeyPipe, LocalizePipe, ErrorAlertComponent, HasAnyAuthorityDirective, AlertComponent], exports: [ FindLanguageFromKeyPipe,