Merge Anmeldeformular into main #21

Merged
it-as merged 23 commits from Anmeldeformular into main 2024-04-26 14:40:21 +02:00
3 changed files with 10 additions and 5 deletions
Showing only changes of commit 4a2dbb799e - Show all commits

View File

@ -110,6 +110,9 @@
} }
}, },
"cli": { "cli": {
"schematicCollections": ["@angular-eslint/schematics"] "schematicCollections": [
"@angular-eslint/schematics"
],
"analytics": false
} }
} }

View File

@ -11119,7 +11119,8 @@
"node_modules/iban": { "node_modules/iban": {
"version": "0.0.14", "version": "0.0.14",
"resolved": "https://registry.npmjs.org/iban/-/iban-0.0.14.tgz", "resolved": "https://registry.npmjs.org/iban/-/iban-0.0.14.tgz",
"integrity": "sha512-+rocNKk+Ga9m8Lr9fTMWd+87JnsBrucm0ZsIx5ROOarZlaDLmd+FKdbtvb0XyoBw9GAFOYG2GuLqoNB16d+p3w==" "integrity": "sha512-+rocNKk+Ga9m8Lr9fTMWd+87JnsBrucm0ZsIx5ROOarZlaDLmd+FKdbtvb0XyoBw9GAFOYG2GuLqoNB16d+p3w==",
"peer": true
}, },
"node_modules/iconv-lite": { "node_modules/iconv-lite": {
"version": "0.4.24", "version": "0.4.24",
@ -27453,7 +27454,8 @@
"iban": { "iban": {
"version": "0.0.14", "version": "0.0.14",
"resolved": "https://registry.npmjs.org/iban/-/iban-0.0.14.tgz", "resolved": "https://registry.npmjs.org/iban/-/iban-0.0.14.tgz",
"integrity": "sha512-+rocNKk+Ga9m8Lr9fTMWd+87JnsBrucm0ZsIx5ROOarZlaDLmd+FKdbtvb0XyoBw9GAFOYG2GuLqoNB16d+p3w==" "integrity": "sha512-+rocNKk+Ga9m8Lr9fTMWd+87JnsBrucm0ZsIx5ROOarZlaDLmd+FKdbtvb0XyoBw9GAFOYG2GuLqoNB16d+p3w==",
"peer": true
}, },
"iconv-lite": { "iconv-lite": {
"version": "0.4.24", "version": "0.4.24",

View File

@ -6,8 +6,8 @@
<div class="grid-item"> <div class="grid-item">
<h1>{{ courseVisit?.name }}</h1> <h1>{{ courseVisit?.name }}</h1>
<h2> <h2>
{{ courseVisit?.date | date: 'dd.MM.yyyy' }}, {{ courseVisit?.begin }} - {{ courseVisit.date | date: 'dd.MM.yyyy' }}, {{ courseVisit.begin }} -
{{ courseVisit?.end }} {{ courseVisit.end }}
</h2> </h2>
<button class="button-add" (click)="add()">Hinzufügen</button> <button class="button-add" (click)="add()">Hinzufügen</button>
</div> </div>