TypeError: Failed to resolve module specifier “azure-maps-control”
In a previous question, I was trying to implement this Azure Maps Animations sample with TypeScript: https://samples.azuremaps.com/animations/animate-marker-along-path
TypeError: Cannot read properties of undefined (reading ‘EventEmitter’ AND ‘play’)
I am having errors when trying to use Azure maps control and animations in a TypeScript project.
I have this errror in browser’s console when upon starting: Cannot read properties of undefined (reading 'EventEmitter')
.