Browse Source

web-ui: Add the Ticker view to the Home view

scalafmt-draft v2018.04.08
Alexis Hernandez 7 years ago
parent
commit
8cbd7b2c84
  1. 1
      web-ui/src/app/components/home/home.component.html

1
web-ui/src/app/components/home/home.component.html

@ -1,4 +1,5 @@
<div>
<app-finder></app-finder>
<app-ticker></app-ticker>
<app-latest-blocks></app-latest-blocks>
</div>

Loading…
Cancel
Save