zgo/src/app/app.component.html

5 lines
74 B
HTML

<app-header></app-header>
<main>
<router-outlet></router-outlet>
</main>