create HomeComponent

This commit is contained in:
chsakell
2016-09-26 14:28:45 +03:00
parent fee7d8b8dd
commit 3ebf6f0550
9 changed files with 55 additions and 13 deletions

3
app/app.component.html Normal file
View File

@@ -0,0 +1,3 @@
<div class="container">
<router-outlet></router-outlet>
</div>