mirror of
https://github.com/DerTyp7/street-map-typescript.git
synced 2025-10-30 05:07:12 +01:00
8 lines
180 B
HTML
8 lines
180 B
HTML
<header>
|
|
<app-search (emitter)="onSearchResponse($event)"></app-search>
|
|
<p>{{title}}</p>
|
|
</header>
|
|
|
|
<app-map #mapRef></app-map>
|
|
<app-route-list #routeListRef></app-route-list>
|