Closed mickeyjohn closed 7 years ago
Maybe you have not give the map-component any size. You have to set this in css:
.yaga-map {
min-height: 200px;
}
BTW: You do not have to import leaflet.js in your angular-cli.json
Maybe the solution in issue #216 should help you, too...
Hi,
I am trying with an Angular 4 app but still could not get the map display. What I did are:
The map does not display then I got error message "Failed to load resource: net::ERR_INVALID_RESPONSE" in Chrome's console.
Any pointer is appreciated. Thanks.