1
0
Fork 0
peertube/shared/models/videos/video-constant.model.ts
Rigel Kent 02c01341f4 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
2020-08-11 09:03:39 +02:00

5 lines
85 B
TypeScript

export interface VideoConstant<T> {
id: T
label: string
description?: string
}