From 12a924c70d10303f1b11603aaf7c46febdaf93fc Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 24 Mar 2020 16:36:38 +0200 Subject: [PATCH] Metadata improvements --- .../home/components/widget/lib/web-camera-input.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/web-camera-input.component.ts b/ui-ngx/src/app/modules/home/components/widget/lib/web-camera-input.component.ts index ba3c024d26..92ba6e43d9 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/web-camera-input.component.ts +++ b/ui-ngx/src/app/modules/home/components/widget/lib/web-camera-input.component.ts @@ -46,6 +46,7 @@ interface WebCameraInputWidgetSettings { maxHeight: number; } +// @dynamic @Component({ selector: 'tb-web-camera-widget', templateUrl: './web-camera-input.component.html',