From 2de96f4d6b800076743ed2073f9529816cfd5c8a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Oct 2017 20:26:06 +0100 Subject: Lazy description and previews to video form --- client/src/app/videos/+video-edit/video-add.module.ts | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'client/src/app/videos/+video-edit/video-add.module.ts') diff --git a/client/src/app/videos/+video-edit/video-add.module.ts b/client/src/app/videos/+video-edit/video-add.module.ts index 141d33ad2..3d937b008 100644 --- a/client/src/app/videos/+video-edit/video-add.module.ts +++ b/client/src/app/videos/+video-edit/video-add.module.ts @@ -1,17 +1,14 @@ import { NgModule } from '@angular/core' -import { TagInputModule } from 'ngx-chips' - import { VideoAddRoutingModule } from './video-add-routing.module' import { VideoAddComponent } from './video-add.component' -import { VideoService } from '../shared' +import { VideoEditModule } from './video-edit.module' import { SharedModule } from '../../shared' @NgModule({ imports: [ - TagInputModule, - VideoAddRoutingModule, + VideoEditModule, SharedModule ], @@ -23,8 +20,6 @@ import { SharedModule } from '../../shared' VideoAddComponent ], - providers: [ - VideoService - ] + providers: [ ] }) export class VideoAddModule { } -- cgit v1.2.3