From 230de99e7146f75b0af056a42c54161597c03002 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 29 May 2018 11:40:46 +0200 Subject: Upgrade client dependencies --- client/src/app/app.module.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src') 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' import { ResetPasswordModule } from '@app/reset-password' import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' +import { ClipboardModule } from 'ngx-clipboard' import { AppRoutingModule } from './app-routing.module' import { AppComponent } from './app.component' @@ -38,6 +39,8 @@ export function metaFactory (serverService: ServerService): MetaLoader { ], imports: [ BrowserModule, + // FIXME: https://github.com/maxisam/ngx-clipboard/issues/133 + ClipboardModule, CoreModule, SharedModule, -- cgit v1.2.3