Azure Maps Animation Module in Angular

Tahmid Eshayat 286 Reputation points
2020-08-11T03:17:22.97+00:00

We are using import * as atlas from "azure-maps-control"; from an npm package. We want to use the animation module from Azure Maps https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/master/AzureMapsCodeSamples/Custom%20Modules/Animation%20module/AnimationModule.ts

But seems like the export is not working in Angular, Any idea how we can make that work?

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
378 questions
Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
587 questions
{count} votes

1 answer

Sort by: Most helpful
  1. rbrundritt 15,231 Reputation points Microsoft Employee
    2020-08-14T16:06:05.453+00:00

    The animation module is not a part of the core Azure Maps web SDK and not an NPM package at this time. There is no export, just that single standalone typescript file. You can copy that code into your project to move forward.

    1 person found this answer helpful.