update angular to v19 (#2)

Co-authored-by: Jan-Marlon Leibl <jleibl@proton.me>
Reviewed-on: #2
This commit is contained in:
2024-12-18 09:04:14 +00:00
parent 05a0b8092a
commit 3595348aee
9 changed files with 40 additions and 13376 deletions

View File

@ -6,8 +6,10 @@
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<body class="mat-typography">
<app-root></app-root>
</body>
</html>