mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Create peertube-container html tag
This commit is contained in:
parent
17b064e394
commit
f7894f0964
8 changed files with 83 additions and 27 deletions
|
@ -3,7 +3,8 @@ import { CustomMarkupService } from './custom-markup.service'
|
|||
|
||||
@Component({
|
||||
selector: 'my-custom-markup-container',
|
||||
templateUrl: './custom-markup-container.component.html'
|
||||
templateUrl: './custom-markup-container.component.html',
|
||||
styleUrls: [ './custom-markup-container.component.scss' ]
|
||||
})
|
||||
export class CustomMarkupContainerComponent implements OnChanges {
|
||||
@ViewChild('contentWrapper') contentWrapper: ElementRef<HTMLInputElement>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue