From 48430179c871108d70528bf1820507fca3d68d4e Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 24 Mar 2020 16:34:21 +0200 Subject: [PATCH] Map widget types improvements --- .../app/modules/home/components/widget/lib/maps/map-widget2.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/maps/map-widget2.ts b/ui-ngx/src/app/modules/home/components/widget/lib/maps/map-widget2.ts index 1cad411817..c2cd46c6b2 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/maps/map-widget2.ts +++ b/ui-ngx/src/app/modules/home/components/widget/lib/maps/map-widget2.ts @@ -41,6 +41,7 @@ import { AttributeScope } from '@shared/models/telemetry/telemetry.models'; import { AttributeService } from '@core/http/attribute.service'; import { Type } from '@angular/core'; +// @dynamic export class MapWidgetController implements MapWidgetInterface { constructor(public mapProvider: MapProviders, private drawRoutes: boolean, public ctx: WidgetContext, $element: HTMLElement) {