Fix lint
This commit is contained in:
parent
db5814c047
commit
251a82ffbb
|
@ -8,6 +8,7 @@ import { Component, ViewEncapsulation } from '@angular/core'
|
|||
selector: 'my-player-styles',
|
||||
template: '',
|
||||
styleUrls: [ './player-styles.component.scss' ],
|
||||
// tslint:disable:use-component-view-encapsulation
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class PlayerStylesComponent {
|
||||
|
|
Loading…
Reference in New Issue