mirror of https://github.com/Chocobozzz/PeerTube
Use separate file for plugin placeholder component
parent
8e5c2fdc33
commit
94fbe5c49c
|
@ -0,0 +1,3 @@
|
||||||
|
div {
|
||||||
|
height: 100%;
|
||||||
|
}
|
|
@ -4,7 +4,7 @@ import { PluginElementPlaceholder } from '@shared/models'
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'my-plugin-placeholder',
|
selector: 'my-plugin-placeholder',
|
||||||
template: '<div [id]="getId()"></div>',
|
template: '<div [id]="getId()"></div>',
|
||||||
styles: [ 'div { height: 100%; }' ]
|
styleUrls: [ './plugin-placeholder.component.scss' ]
|
||||||
})
|
})
|
||||||
|
|
||||||
export class PluginPlaceholderComponent {
|
export class PluginPlaceholderComponent {
|
||||||
|
|
Loading…
Reference in New Issue