aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/custom-markup-container.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-09 09:19:36 +0200
committerChocobozzz <me@florianbigard.com>2021-06-09 09:19:36 +0200
commitf7894f09649b8ae4009d51790f1ac636c4fc4439 (patch)
tree40f719c35686e22ea43ac8a0a25bc5c9d915c7b8 /client/src/app/shared/shared-custom-markup/custom-markup-container.component.ts
parent17b064e394e6d6ad1eaad1c47ae7d69d0fccd3bc (diff)
downloadPeerTube-f7894f09649b8ae4009d51790f1ac636c4fc4439.tar.gz
PeerTube-f7894f09649b8ae4009d51790f1ac636c4fc4439.tar.zst
PeerTube-f7894f09649b8ae4009d51790f1ac636c4fc4439.zip
Create peertube-container html tag
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/custom-markup-container.component.ts')
-rw-r--r--client/src/app/shared/shared-custom-markup/custom-markup-container.component.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-custom-markup/custom-markup-container.component.ts b/client/src/app/shared/shared-custom-markup/custom-markup-container.component.ts
index 3d49c6768..2ecdc0243 100644
--- a/client/src/app/shared/shared-custom-markup/custom-markup-container.component.ts
+++ b/client/src/app/shared/shared-custom-markup/custom-markup-container.component.ts
@@ -3,7 +3,8 @@ import { CustomMarkupService } from './custom-markup.service'
3 3
4@Component({ 4@Component({
5 selector: 'my-custom-markup-container', 5 selector: 'my-custom-markup-container',
6 templateUrl: './custom-markup-container.component.html' 6 templateUrl: './custom-markup-container.component.html',
7 styleUrls: [ './custom-markup-container.component.scss' ]
7}) 8})
8export class CustomMarkupContainerComponent implements OnChanges { 9export class CustomMarkupContainerComponent implements OnChanges {
9 @ViewChild('contentWrapper') contentWrapper: ElementRef<HTMLInputElement> 10 @ViewChild('contentWrapper') contentWrapper: ElementRef<HTMLInputElement>