aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/app.module.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts
index f0d2be279..874fc43aa 100644
--- a/client/src/app/app.module.ts
+++ b/client/src/app/app.module.ts
@@ -5,6 +5,7 @@ import { ServerService } from '@app/core'
5import { ResetPasswordModule } from '@app/reset-password' 5import { ResetPasswordModule } from '@app/reset-password'
6 6
7import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' 7import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core'
8import { ClipboardModule } from 'ngx-clipboard'
8 9
9import { AppRoutingModule } from './app-routing.module' 10import { AppRoutingModule } from './app-routing.module'
10import { AppComponent } from './app.component' 11import { AppComponent } from './app.component'
@@ -38,6 +39,8 @@ export function metaFactory (serverService: ServerService): MetaLoader {
38 ], 39 ],
39 imports: [ 40 imports: [
40 BrowserModule, 41 BrowserModule,
42 // FIXME: https://github.com/maxisam/ngx-clipboard/issues/133
43 ClipboardModule,
41 44
42 CoreModule, 45 CoreModule,
43 SharedModule, 46 SharedModule,