diff --git a/src-ui/src/app/app.module.ts b/src-ui/src/app/app.module.ts index 65a7cda14..183a6ad25 100644 --- a/src-ui/src/app/app.module.ts +++ b/src-ui/src/app/app.module.ts @@ -104,6 +104,8 @@ import localeSr from '@angular/common/locales/sr' import localeSv from '@angular/common/locales/sv' import localeTr from '@angular/common/locales/tr' import localeZh from '@angular/common/locales/zh' +import { ShareUserComponent } from './components/common/input/share-user/share-user.component' +import { IfOwnerDirective } from './directives/if-owner.directive' registerLocaleData(localeBe) registerLocaleData(localeCs) @@ -195,6 +197,8 @@ function initializeApp(settings: SettingsService) { PermissionsSelectComponent, MailAccountEditDialogComponent, MailRuleEditDialogComponent, + ShareUserComponent, + IfOwnerDirective, ], imports: [ BrowserModule, diff --git a/src-ui/src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html index a11b6363e..857bd2f1c 100644 --- a/src-ui/src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html @@ -5,10 +5,20 @@