Files
street-map-typescript/src/app/app.component.html
T

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>