Added GameModule
This commit is contained in:
11
src/app/game/game.component.html
Normal file
11
src/app/game/game.component.html
Normal 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>
|
||||
Reference in New Issue
Block a user