- add platform-detail.component

- remove helgoland modules depiction and selector and angular/forms
This commit is contained in:
Arno Kaimbacher 2021-10-07 16:28:36 +02:00
parent e797122055
commit 7f13e31251
13 changed files with 174 additions and 1145 deletions

View file

@ -1,7 +1,7 @@
<div id="div-stations">
<div class="stations-menu">
<h2>Stations</h2>
<a class="station" *ngFor="let station of stations" routerLink="/detail/{{station.id}}">
<a class="station" *ngFor="let station of stations" routerLink="/station/{{station.id}}">
{{ station.label }}
</a>
</div>