aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-29 11:40:46 +0200
committerChocobozzz <me@florianbigard.com>2018-05-29 12:05:02 +0200
commit230de99e7146f75b0af056a42c54161597c03002 (patch)
tree070c19deb44b1726acdaa8136990f5eb8a0b626f /client/src/app
parenta9729e21d1cc5046c1a788448e347b62e0c45c53 (diff)
downloadPeerTube-230de99e7146f75b0af056a42c54161597c03002.tar.gz
PeerTube-230de99e7146f75b0af056a42c54161597c03002.tar.zst
PeerTube-230de99e7146f75b0af056a42c54161597c03002.zip
Upgrade client dependencies
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,