This repository was archived by the owner on Jan 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/app/registration/registration-info Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ <h1>Anmeldung zum Fortgeschrittenen Praktikum</h1>
1313 </ mat-expansion-panel-header >
1414 < h3 > Zeitpunkt</ h3 >
1515 < p >
16- Die Anmeldung wird am {{ (registration$.pluck('startDate') | async) | date }} beginnen
17- und bis zum {{ (registration$.pluck('endDate') | async) | date }} offen sein.
16+ Die Anmeldung wird am {{ (registration$.pluck('startDate') | async) | date:'dd.MM.yyyy,
17+ HH:mm' }} beginnen und bis zum {{ (registration$.pluck('endDate') | async)
18+ | date:'dd.MM.yyyy, HH:mm' }} offen sein.
1819 </ p >
1920 < h3 > Ablauf</ h3 >
2021 < ol >
@@ -41,7 +42,7 @@ <h3>Warteliste</h3>
4142 < p >
4243 Sollten nicht genügend Plätze verfügbar sein, gibt es die Möglichkeit, dich auf eine
4344 Warteliste eintragen zu lassen. Hierbei kann keine PartnerIn mit angemeldet
44- werden! Du hast die Möglichkeit, deine Wunschkonstellation von Instituten anzugeben .
45+ werden! Du hast die Möglichkeit, deine Wunschkonstellation von Instituten angeben .
4546 </ p >
4647 </ mat-expansion-panel >
4748 < mat-expansion-panel *ngIf ="institutes$ | async ">
You can’t perform that action at this time.
0 commit comments