CompUGE-Bench / src /app /app.component.html
Ahmad Shallouf
initialize
1bc149f
raw
history blame
122 Bytes
<div class='container' style="width: 100%;">
<app-header></app-header>
<br>
<router-outlet></router-outlet>
</div>