map component

This commit is contained in:
Taric Xin
2021-12-07 14:14:01 +08:00
parent 4613b502a9
commit 141345b1d6
5 changed files with 116 additions and 255 deletions

View File

@ -1 +1 @@
<div class="map-container" id="container" tabindex="0" style="width: 800px; height: 500px"></div>
<div class="map-container" id="container" tabindex="0" [style]="{width: mapWidth, height: mapHeight}"></div>