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

5 lines
88 B
HTML
Raw Normal View History

2025-06-30 20:38:15 -04:00
<main>
<h1>Hello, world!</h1>
2025-06-30 21:14:20 -04:00
<p>Current View: {{ currentView$ | async }}</p>
2025-06-30 20:38:15 -04:00
</main>