X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-custom-markup%2Fshared-custom-markup.module.ts;h=dccd6470987ef60dd78460191471bbfb47c8a02e;hb=f6c1251def2701cad12cbe0b029dc705b3f9665e;hp=4bbb7158838c201c5fa8931a260e92f23cee8778;hpb=1c5e49e75284100b7b1fc8b4e73c8ba53fe22e89;p=github%2FChocobozzz%2FPeerTube.git 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..dccd64709 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 @@ -1,4 +1,3 @@ - import { CommonModule } from '@angular/common' import { NgModule } from '@angular/core' import { SharedActorImageModule } from '../shared-actor-image/shared-actor-image.module' @@ -6,13 +5,18 @@ import { SharedGlobalIconModule } from '../shared-icons' import { SharedMainModule } from '../shared-main' import { SharedVideoMiniatureModule } from '../shared-video-miniature' import { SharedVideoPlaylistModule } from '../shared-video-playlist' -import { ChannelMiniatureMarkupComponent } from './channel-miniature-markup.component' +import { CustomMarkupContainerComponent } from './custom-markup-container.component' +import { CustomMarkupHelpComponent } from './custom-markup-help.component' import { CustomMarkupService } from './custom-markup.service' import { DynamicElementService } from './dynamic-element.service' -import { EmbedMarkupComponent } from './embed-markup.component' -import { PlaylistMiniatureMarkupComponent } from './playlist-miniature-markup.component' -import { VideoMiniatureMarkupComponent } from './video-miniature-markup.component' -import { VideosListMarkupComponent } from './videos-list-markup.component' +import { + ButtonMarkupComponent, + ChannelMiniatureMarkupComponent, + EmbedMarkupComponent, + PlaylistMiniatureMarkupComponent, + VideoMiniatureMarkupComponent, + VideosListMarkupComponent +} from './peertube-custom-tags' @NgModule({ imports: [ @@ -30,7 +34,10 @@ import { VideosListMarkupComponent } from './videos-list-markup.component' PlaylistMiniatureMarkupComponent, ChannelMiniatureMarkupComponent, EmbedMarkupComponent, - VideosListMarkupComponent + VideosListMarkupComponent, + ButtonMarkupComponent, + CustomMarkupHelpComponent, + CustomMarkupContainerComponent ], exports: [ @@ -38,7 +45,10 @@ import { VideosListMarkupComponent } from './videos-list-markup.component' PlaylistMiniatureMarkupComponent, ChannelMiniatureMarkupComponent, VideosListMarkupComponent, - EmbedMarkupComponent + EmbedMarkupComponent, + ButtonMarkupComponent, + CustomMarkupHelpComponent, + CustomMarkupContainerComponent ], providers: [