aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/player-styles.component.ts
blob: 9b1672a8c37089d284ef20519222b09d554f8fd3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                 
                                                    



                                       
import { Component, ViewEncapsulation } from '@angular/core'

/*
* Allows to lazy load global player styles in the watch component
*/

@Component({
  selector: 'my-player-styles',
  template: '',
  styleUrls: [ './player-styles.component.scss' ],
  // tslint:disable:use-component-view-encapsulation
  encapsulation: ViewEncapsulation.None
})
export class PlayerStylesComponent {
}