From f7894f09649b8ae4009d51790f1ac636c4fc4439 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 9 Jun 2021 09:19:36 +0200 Subject: Create peertube-container html tag --- .../shared/shared-custom-markup/custom-markup-container.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/shared/shared-custom-markup/custom-markup-container.component.ts') 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' @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 -- cgit v1.2.3