- add platform-detail.component
- remove helgoland modules depiction and selector and angular/forms
This commit is contained in:
parent
e797122055
commit
7f13e31251
13 changed files with 174 additions and 1145 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue