Add schedule component without logic
Zwischenstand
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<div class="flex flex-warp">
|
||||
<app-movie-performance></app-movie-performance>
|
||||
<app-movie-performance></app-movie-performance>
|
||||
<app-movie-performance></app-movie-performance>
|
||||
</div>
|
||||
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-movie-schedule-times',
|
||||
standalone: false,
|
||||
templateUrl: './movie-schedule-times.component.html',
|
||||
styleUrl: './movie-schedule-times.component.css'
|
||||
})
|
||||
export class MovieScheduleTimesComponent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user