You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandkasten-web/src/app/app.component.html

19 lines
374 B

<body [ngClass]="themeClass">
<div [ngClass]="themeClass" class="app">
<header>
<app-header
[ngClass]="themeClass"
[themeClass]="themeClass"
[themeService]="themeService"></app-header>
</header>
<main>
<router-outlet></router-outlet>
</main>
<footer>
<app-footer></app-footer>
</footer>
</div>
</body>