This commit is contained in:
2023-01-30 15:49:12 +01:00
parent 2955f42b6e
commit 1bb4893cc7
14 changed files with 717 additions and 145 deletions

View File

@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-detail',
templateUrl: './detail.component.html',
styleUrls: ['./detail.component.css']
})
export class DetailComponent {
}