From 02c01341f4dae30ec6b81fcb644952393d73c4a8 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 5 Aug 2020 00:50:07 +0200 Subject: add ng-select for templatable select options - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation --- shared/models/videos/video-constant.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/models/videos') diff --git a/shared/models/videos/video-constant.model.ts b/shared/models/videos/video-constant.model.ts index 342a7c0cf..353a29535 100644 --- a/shared/models/videos/video-constant.model.ts +++ b/shared/models/videos/video-constant.model.ts @@ -1,4 +1,5 @@ export interface VideoConstant { id: T label: string + description?: string } -- cgit v1.2.3