Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -41,6 +41,7 @@ import { AttributeScope } from '@shared/models/telemetry/telemetry.models'; |
41 | 41 | import { AttributeService } from '@core/http/attribute.service'; |
42 | 42 | import { Type } from '@angular/core'; |
43 | 43 | |
44 | +// @dynamic | |
44 | 45 | export class MapWidgetController implements MapWidgetInterface { |
45 | 46 | |
46 | 47 | constructor(public mapProvider: MapProviders, private drawRoutes: boolean, public ctx: WidgetContext, $element: HTMLElement) { | ... | ... |