Adding week and day components - POC release
Jenkins Production Deployment

This commit is contained in:
2021-09-30 15:24:49 +02:00
parent e97cafd1ac
commit fd27e3ff39
5 changed files with 46 additions and 5 deletions
@@ -1 +1,3 @@
<p>week works!</p>
<div id="week">
<app-day *ngFor="let day of eventsPerDay" [events]="day"></app-day>
</div>