fix model links
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user