aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-main/peertube-modal/peertube-modal.service.ts
blob: 79da08a5cea13faf76d308d2448ba55261359808 (plain) (tree)
1
2
3
4
5
6
7






                                                
import { Injectable } from '@angular/core'
import { Subject } from 'rxjs'

@Injectable({ providedIn: 'root' })
export class PeertubeModalService {
  openQuickSettingsSubject = new Subject<void>()
}