Neues Angular-Projekt mit CLI v17 initialisiert. ngx-grid, Fabric und Hermes installiert.

This commit is contained in:
Developer 02
2024-06-13 09:43:29 +02:00
parent 155726a6b0
commit af27163b08
23 changed files with 13356 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>EnvelopeGeneratorUi</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>