1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Use ng select for multiselect

This commit is contained in:
Chocobozzz 2020-08-11 16:07:53 +02:00
parent 3d25d5de33
commit 52c4976fcf
No known key found for this signature in database
GPG key ID: 583A612D890159BE
31 changed files with 316 additions and 198 deletions

View file

@ -1,7 +1,7 @@
import { DatePipe } from '@angular/common'
import { SelectChannelItem } from '@app/shared/shared-forms'
import { environment } from '../../environments/environment'
import { AuthService } from '../core/auth'
import { SelectChannelItem } from '@app/shared/shared-forms/select-channel.component'
// Thanks: https://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript
function getParameterByName (name: string, url: string) {