From d8e689b864749648d03cf4391fd4a475126f01cd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Apr 2017 21:15:28 +0200 Subject: Client: add basic support for updating a video --- client/src/app/videos/videos.module.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/videos/videos.module.ts') diff --git a/client/src/app/videos/videos.module.ts b/client/src/app/videos/videos.module.ts index 03dea17b5..fa37ad966 100644 --- a/client/src/app/videos/videos.module.ts +++ b/client/src/app/videos/videos.module.ts @@ -2,7 +2,7 @@ import { NgModule } from '@angular/core'; import { VideosRoutingModule } from './videos-routing.module'; import { VideosComponent } from './videos.component'; -import { VideoAddComponent } from './video-add'; +import { VideoAddComponent, VideoUpdateComponent } from './video-edit'; import { VideoListComponent, VideoMiniatureComponent, VideoSortComponent } from './video-list'; import { VideoWatchComponent, @@ -24,6 +24,7 @@ import { SharedModule } from '../shared'; VideosComponent, VideoAddComponent, + VideoUpdateComponent, VideoListComponent, VideoMiniatureComponent, -- cgit v1.2.3