Files
street-map-typescript/src/app/app.component.html
2022-01-26 14:18:33 +01:00

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>