I'm trying to use this library in my Angular project, but I'm finding errors to compile the application after installing these two dependencies:
The error is as follows:
core.js:1673 ERROR ReferenceError: MarkerWithLabel is not defined at MapsService.push
The error occurs in this following line:
var marker1 = new MarkerWithLabel({...
In the module I tried to look for something related to the markerwithlabel to import into the module, but I did not find anything similar.
I'm trying to use this library in my Angular project, but I'm finding errors to compile the application after installing these two dependencies:
The error is as follows:
The error occurs in this following line:
In the module I tried to look for something related to the markerwithlabel to import into the module, but I did not find anything similar.