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',