add initial Angular components, services, and routing setup

This commit is contained in:
Vincent Guillet
2025-09-24 11:31:28 +02:00
parent dfb4ac302a
commit 18f0364e26
64 changed files with 15879 additions and 0 deletions

12
client/src/styles.css Normal file
View File

@@ -0,0 +1,12 @@
body, html {
font-family: Roboto, sans-serif;
height: 100%;
background: linear-gradient(
135deg,
rgb(245, 245, 245),
rgb(230, 230, 230)
);
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }