1
0
Fork 0
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:
Chocobozzz 2021-06-09 09:19:36 +02:00
parent 17b064e394
commit f7894f0964
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 83 additions and 27 deletions

View file

@ -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>