diff --git a/src-ui/src/app/app.module.ts b/src-ui/src/app/app.module.ts index 87d97c01a..c35e4f6ea 100644 --- a/src-ui/src/app/app.module.ts +++ b/src-ui/src/app/app.module.ts @@ -135,6 +135,7 @@ import localeSv from '@angular/common/locales/sv' import localeTr from '@angular/common/locales/tr' import localeUk from '@angular/common/locales/uk' import localeZh from '@angular/common/locales/zh' +import { LoadingDialogComponent } from './components/common/loading-dialog/loading-dialog.component' registerLocaleData(localeAf) registerLocaleData(localeAr) @@ -256,6 +257,7 @@ function initializeApp(settings: SettingsService) { CustomFieldsComponent, CustomFieldEditDialogComponent, CustomFieldsDropdownComponent, + LoadingDialogComponent, ], imports: [ BrowserModule, diff --git a/src-ui/src/app/components/common/loading-dialog/loading-dialog.component.html b/src-ui/src/app/components/common/loading-dialog/loading-dialog.component.html new file mode 100644 index 000000000..1247452e4 --- /dev/null +++ b/src-ui/src/app/components/common/loading-dialog/loading-dialog.component.html @@ -0,0 +1,14 @@ +