Add schedule component without logic

Zwischenstand
This commit is contained in:
2025-10-28 15:18:11 +01:00
parent 3319eb6361
commit 0cd7c9156f
19 changed files with 100 additions and 10 deletions

View File

@@ -1,7 +1,3 @@
:host {
display: block;
background-color: #fff;
border: 1px solid #ddd;
padding: 1rem;
border-radius: 8px;
min-height: 100%;
}

View File

@@ -1 +1,4 @@
<p>schedule works!</p>
@for (i of [].constructor(10); track i) {
<app-movie-schedule-info></app-movie-schedule-info>
}