fixed build error
This commit is contained in:
parent
b4f5fd9b13
commit
02861f5c1b
@ -1,7 +1,7 @@
|
||||
<toolbar [(menuItems)]="menu"></toolbar>
|
||||
<div id="map"></div>
|
||||
<div *ngIf="showPalette" [@flyInRight] [@flyOutRight] class="palette">
|
||||
<palette [(selected)]="drawColor" (selectedChange)="map.drawingColor = $event"></palette>
|
||||
<palette [(selected)]="drawColor"></palette>
|
||||
</div>
|
||||
<div *ngIf="shareDialog" class="share" [@flyInRight] [@flyOutRight]>
|
||||
<div class="input-group">
|
||||
|
Loading…
Reference in New Issue
Block a user