feat: schedule layout

This commit is contained in:
Thea Schöbl
2022-01-27 09:27:20 +00:00
parent 5bd0b50816
commit e4165901bb
9 changed files with 140 additions and 35 deletions

View File

@@ -42,7 +42,7 @@
<!-- Schedule view needs full week -->
<stapps-schedule-view
*ngSwitchCase="'recurring'"
[layout]="weeklyConfig"
[layout]="layout"
></stapps-schedule-view>
<stapps-single-events *ngSwitchCase="'single'"></stapps-single-events>
</div>