mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Use separate file for plugin placeholder component
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
div {
|
||||
height: 100%;
|
||||
}
|
||||
@@ -4,7 +4,7 @@ import { PluginElementPlaceholder } from '@shared/models'
|
||||
@Component({
|
||||
selector: 'my-plugin-placeholder',
|
||||
template: '<div [id]="getId()"></div>',
|
||||
styles: [ 'div { height: 100%; }' ]
|
||||
styleUrls: [ './plugin-placeholder.component.scss' ]
|
||||
})
|
||||
|
||||
export class PluginPlaceholderComponent {
|
||||
|
||||
Reference in New Issue
Block a user