remove angular boiler-plate code and update app component

This commit is contained in:
2025-02-24 18:11:56 -05:00
parent c47e6141fb
commit 9ce6607653
3 changed files with 19 additions and 302 deletions

View File

@@ -0,0 +1,11 @@
:host {
display: flex;
flex-direction: column;
min-height: 100vh;
}
main {
flex: 1;
padding: 8px 16px;
overflow: auto;
}