diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-04 16:23:18 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-04 16:23:18 +0100 |
commit | 3154f38219ea6eb55532f38fee43d46821a020ee (patch) | |
tree | baa5586d83de77387b4559fe6e98e3a95334cbc0 /client/src/app/app.module.ts | |
parent | d1992b93f0f4a4408f803d6320cd26a713e22d5b (diff) | |
download | PeerTube-3154f38219ea6eb55532f38fee43d46821a020ee.tar.gz PeerTube-3154f38219ea6eb55532f38fee43d46821a020ee.tar.zst PeerTube-3154f38219ea6eb55532f38fee43d46821a020ee.zip |
Client: allow to copy magnet uri
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 80734f7a2..939af6309 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -9,6 +9,7 @@ import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; | |||
9 | import { DropdownModule } from 'ng2-bootstrap/components/dropdown'; | 9 | import { DropdownModule } from 'ng2-bootstrap/components/dropdown'; |
10 | import { ProgressbarModule } from 'ng2-bootstrap/components/progressbar'; | 10 | import { ProgressbarModule } from 'ng2-bootstrap/components/progressbar'; |
11 | import { PaginationModule } from 'ng2-bootstrap/components/pagination'; | 11 | import { PaginationModule } from 'ng2-bootstrap/components/pagination'; |
12 | import { ModalModule } from 'ng2-bootstrap/components/modal'; | ||
12 | import { FileUploadModule } from 'ng2-file-upload/ng2-file-upload'; | 13 | import { FileUploadModule } from 'ng2-file-upload/ng2-file-upload'; |
13 | 14 | ||
14 | /* | 15 | /* |
@@ -115,6 +116,7 @@ const APP_PROVIDERS = [ | |||
115 | DropdownModule, | 116 | DropdownModule, |
116 | ProgressbarModule, | 117 | ProgressbarModule, |
117 | PaginationModule, | 118 | PaginationModule, |
119 | ModalModule, | ||
118 | FileUploadModule | 120 | FileUploadModule |
119 | ], | 121 | ], |
120 | providers: [ // expose our Services and Providers into Angular's dependency injection | 122 | providers: [ // expose our Services and Providers into Angular's dependency injection |