fixed build error

This commit is contained in:
Zakary Timson 2019-08-31 16:41:53 -04:00
parent b4f5fd9b13
commit 02861f5c1b

View File

@ -1,7 +1,7 @@
<toolbar [(menuItems)]="menu"></toolbar> <toolbar [(menuItems)]="menu"></toolbar>
<div id="map"></div> <div id="map"></div>
<div *ngIf="showPalette" [@flyInRight] [@flyOutRight] class="palette"> <div *ngIf="showPalette" [@flyInRight] [@flyOutRight] class="palette">
<palette [(selected)]="drawColor" (selectedChange)="map.drawingColor = $event"></palette> <palette [(selected)]="drawColor"></palette>
</div> </div>
<div *ngIf="shareDialog" class="share" [@flyInRight] [@flyOutRight]> <div *ngIf="shareDialog" class="share" [@flyInRight] [@flyOutRight]>
<div class="input-group"> <div class="input-group">