ADD: components to display entity data

This commit is contained in:
2024-07-29 15:33:39 +02:00
parent 8bcc350544
commit 56365214b8
8 changed files with 269 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-entity-output',
templateUrl: './entity-output.component.html',
styleUrl: './entity-output.component.css'
})
export class EntityOutputComponent {
}