Angular v20
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
styles:styles$|async,
|
||||
selectedFeature:selectedFeature$|async,
|
||||
fullscreen:fullscreen$|async,
|
||||
showDataLayerSlide:showDataLayerSlide$|async
|
||||
showDataLayerSlide:showDataLayerSlide$|async,
|
||||
menuVisible:menuVisible$|async,
|
||||
}; as state) {
|
||||
<aol-map #map (moveEnd)="handleOnMoveEnd($event)" (click)="handleOnMouseDown($event)" (dblClick)="handleShowLayerValues($event)" [ngClass]="{'panel-visible':state.panelVisible,'fullscreen':state.fullscreen }" class="map">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user