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

8 lines
114 B
HTML
Raw Normal View History

2025-06-30 20:38:15 -04:00
<main>
2025-06-30 21:27:18 -04:00
@switch (currentView$ | async) {
@default {
<app-starting-point></app-starting-point>
}
}
2025-06-30 20:38:15 -04:00
</main>