From 3758da9489b636997a3a4fad7fc1a6081737bbe0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sun, 16 Apr 2017 14:06:48 +0200 Subject: Client: use ng2-tag-input for forms with video tags --- client/src/app/videos/videos.module.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 4f2839c85..04a06e0a3 100644 --- a/client/src/app/videos/videos.module.ts +++ b/client/src/app/videos/videos.module.ts @@ -1,6 +1,6 @@ import { NgModule } from '@angular/core'; -// import { TagInputModule } from 'ng2-tag-input'; +import { TagInputModule } from 'ng2-tag-input'; import { VideosRoutingModule } from './videos-routing.module'; import { VideosComponent } from './videos.component'; @@ -18,7 +18,7 @@ import { SharedModule } from '../shared'; @NgModule({ imports: [ - // TagInputModule, + TagInputModule, VideosRoutingModule, SharedModule -- cgit v1.2.3