aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-28 15:23:17 +0200
committerChocobozzz <me@florianbigard.com>2021-05-28 15:23:17 +0200
commit630421392314a4d78506f060055c754dfddf220b (patch)
tree7365327d5a95350c6cc1f78f6adede70793e053f /client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
parent5351a0584f528e4ddb9c3c99329ba88e0ca8288e (diff)
downloadPeerTube-630421392314a4d78506f060055c754dfddf220b.tar.gz
PeerTube-630421392314a4d78506f060055c754dfddf220b.tar.zst
PeerTube-630421392314a4d78506f060055c754dfddf220b.zip
Support peertube button in custom markup
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts')
-rw-r--r--client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts7
1 files changed, 5 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts b/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
index 4bbb71588..d03aa856f 100644
--- a/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
+++ b/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
@@ -6,6 +6,7 @@ import { SharedGlobalIconModule } from '../shared-icons'
6import { SharedMainModule } from '../shared-main' 6import { SharedMainModule } from '../shared-main'
7import { SharedVideoMiniatureModule } from '../shared-video-miniature' 7import { SharedVideoMiniatureModule } from '../shared-video-miniature'
8import { SharedVideoPlaylistModule } from '../shared-video-playlist' 8import { SharedVideoPlaylistModule } from '../shared-video-playlist'
9import { ButtonMarkupComponent } from './button-markup.component'
9import { ChannelMiniatureMarkupComponent } from './channel-miniature-markup.component' 10import { ChannelMiniatureMarkupComponent } from './channel-miniature-markup.component'
10import { CustomMarkupService } from './custom-markup.service' 11import { CustomMarkupService } from './custom-markup.service'
11import { DynamicElementService } from './dynamic-element.service' 12import { DynamicElementService } from './dynamic-element.service'
@@ -30,7 +31,8 @@ import { VideosListMarkupComponent } from './videos-list-markup.component'
30 PlaylistMiniatureMarkupComponent, 31 PlaylistMiniatureMarkupComponent,
31 ChannelMiniatureMarkupComponent, 32 ChannelMiniatureMarkupComponent,
32 EmbedMarkupComponent, 33 EmbedMarkupComponent,
33 VideosListMarkupComponent 34 VideosListMarkupComponent,
35 ButtonMarkupComponent
34 ], 36 ],
35 37
36 exports: [ 38 exports: [
@@ -38,7 +40,8 @@ import { VideosListMarkupComponent } from './videos-list-markup.component'
38 PlaylistMiniatureMarkupComponent, 40 PlaylistMiniatureMarkupComponent,
39 ChannelMiniatureMarkupComponent, 41 ChannelMiniatureMarkupComponent,
40 VideosListMarkupComponent, 42 VideosListMarkupComponent,
41 EmbedMarkupComponent 43 EmbedMarkupComponent,
44 ButtonMarkupComponent
42 ], 45 ],
43 46
44 providers: [ 47 providers: [