Blame view
src/app/component/app.component.html
551 Bytes
632c4ac2f import vessels |
1 |
<app-nav-bar></app-nav-bar> |
de59ffef8 add model + search |
2 3 4 5 6 7 8 9 |
<div style="width: auto; height: 94.7vh;"> <as-split direction="horizontal" > <as-split-area size="20"> <app-list-vessel></app-list-vessel> </as-split-area> <as-split-area size="80"> <as-split direction="vertical"> |
8c0f5138e plot arbitrary da... |
10 |
<as-split-area size="100"> |
c4e00deb9 add map |
11 |
<app-map></app-map> |
de59ffef8 add model + search |
12 |
</as-split-area> |
8c0f5138e plot arbitrary da... |
13 |
<as-split-area size="100"> |
9bbae2409 highlight selecte... |
14 |
<app-graph></app-graph> |
de59ffef8 add model + search |
15 16 17 18 19 |
</as-split-area> </as-split> </as-split-area> </as-split> </div> |
d6ccfeb79 add nav bar |
20 |
<router-outlet></router-outlet> |
c4e00deb9 add map |
21 |
|
9bbae2409 highlight selecte... |
22 |