Browse Source

Map widget types improvements

pull/2549/head
Igor Kulikov 6 years ago
parent
commit
48430179c8
  1. 1
      ui-ngx/src/app/modules/home/components/widget/lib/maps/map-widget2.ts

1
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) {

Loading…
Cancel
Save