pull/3970/head
Chocobozzz 2021-04-14 11:54:47 +02:00
parent db5814c047
commit 251a82ffbb
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import { Component, ViewEncapsulation } from '@angular/core'
selector: 'my-player-styles', selector: 'my-player-styles',
template: '', template: '',
styleUrls: [ './player-styles.component.scss' ], styleUrls: [ './player-styles.component.scss' ],
// tslint:disable:use-component-view-encapsulation
encapsulation: ViewEncapsulation.None encapsulation: ViewEncapsulation.None
}) })
export class PlayerStylesComponent { export class PlayerStylesComponent {