angular/dev-app/src/app/app.html
Miles Malerba 25e13e9f96
build: add a dev-app
Adds a dev app that can be used to prototype and debug things while
developing Angular. Use `pnpm dev` to run it.
2025-11-06 09:05:32 -08:00

3 lines
52 B
HTML

<h1>Welcome to the dev app!</h1>
<router-outlet />