瀏覽代碼

remove map component

tigger 9 月之前
父節點
當前提交
4a21ece6ee
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/app/app.component.html

+ 0 - 2
src/app/app.component.html

@@ -82,8 +82,6 @@
 <div [ngClass]="theme" class="container">
   <div class="main">
     <router-outlet></router-outlet>
-    <button mat-fab class="map-button" color="primary" aria-label="map button" (click)="sampleMap.hidden = !sampleMap.hidden"><mat-icon>map</mat-icon></button>
-    <map class="map" [markers]="sampleMap.markers" [polygons]="sampleMap.polygons" [ngStyle]="{display:sampleMap.hidden?'none':'flex'}"></map>
     <div class="mobile-buffer">&nbsp;</div>
   </div>
 </div>