diff options
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 3 |
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' | |||
5 | import { ResetPasswordModule } from '@app/reset-password' | 5 | import { ResetPasswordModule } from '@app/reset-password' |
6 | 6 | ||
7 | import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' | 7 | import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' |
8 | import { ClipboardModule } from 'ngx-clipboard' | ||
8 | 9 | ||
9 | import { AppRoutingModule } from './app-routing.module' | 10 | import { AppRoutingModule } from './app-routing.module' |
10 | import { AppComponent } from './app.component' | 11 | import { 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, |