Starting to see the light

This commit is contained in:
2018-09-09 21:06:34 -04:00
parent 911a8bac49
commit c931c03071
19 changed files with 442 additions and 70 deletions

View File

@@ -1,3 +1,11 @@
<app-search-view></app-search-view>
<app-stock-view></app-stock-view>
<div class="flexContainer">
<div class="subContainerS1">
<app-search-view></app-search-view>
</div>
<div class="subContainerS2">
<app-stock-view></app-stock-view>
</div>
<div class="watcherViewContainer" >
<app-watcher-view></app-watcher-view>
</div>
</div>