Added GameModule

This commit is contained in:
2020-07-23 14:53:03 +02:00
parent 44575a8a08
commit 8d2df73484
33 changed files with 187 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
<div fxLayout="row" id="game-items">
<div fxFlex="48px" id="navbar">
<app-navbar></app-navbar>
</div>
<div fxFlex>
<router-outlet></router-outlet>
</div>
<div fxFlex="20%">
<app-chat></app-chat>
</div>
</div>