fix model links

This commit is contained in:
2025-10-16 22:01:31 +02:00
parent 5750a5d7aa
commit 3684cf3cb2
3 changed files with 9 additions and 1195 deletions

View File

@@ -1,5 +1,5 @@
import { Component } from '@angular/core';
import { Eintrittskarte } from '@InfiniMotion/model-frontend';
import { Eintrittskarte, Kinosaal, Vorstellung } from '@InfiniMotion/model-frontend';
@Component({
selector: 'app-poc-model-component',
@@ -11,5 +11,8 @@ export class PocModelComponent {
ticket: Eintrittskarte = {
id: 12345,
code: 'ABCDEF',
show: undefined as any,
seat: undefined as any,
state: undefined as any,
};
}