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:
parent
3d25d5de33
commit
52c4976fcf
31 changed files with 316 additions and 198 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue