Add schedule component without logic
Zwischenstand
This commit is contained in:
11
src/app/movie-poster/movie-poster.component.ts
Normal file
11
src/app/movie-poster/movie-poster.component.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-movie-poster',
|
||||
standalone: false,
|
||||
templateUrl: './movie-poster.component.html',
|
||||
styleUrl: './movie-poster.component.css'
|
||||
})
|
||||
export class MoviePosterComponent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user