math-my-money/src/app/app.html

7 lines
114 B
HTML

<main>
@switch (currentView$ | async) {
@default {
<app-starting-point></app-starting-point>
}
}
</main>