X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.module.ts;h=874fc43aa28cafdc1a2b177f7a00b323b6531693;hb=230de99e7146f75b0af056a42c54161597c03002;hp=f0d2be27925747e521e66c039e56186596fdcd62;hpb=62e62f118d5da57acd3494fece2e8ed357564ffe;p=github%2FChocobozzz%2FPeerTube.git 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,