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
This commit is contained in:
parent
766d13b447
commit
02c01341f4
36 changed files with 399 additions and 217 deletions
|
|
@ -1,4 +1,5 @@
|
|||
export interface VideoConstant<T> {
|
||||
id: T
|
||||
label: string
|
||||
description?: string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue