fix model links
This commit is contained in:
1197
package-lock.json
generated
1197
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,7 @@
|
||||
"@angular/forms": "^20.3.0",
|
||||
"@angular/platform-browser": "^20.3.0",
|
||||
"@angular/router": "^20.3.0",
|
||||
"@InfiniMotion/model-frontend": "^0.0.0",
|
||||
"@InfiniMotion/model-frontend": "^0.0.1",
|
||||
"@tailwindcss/postcss": "^4.1.14",
|
||||
"postcss": "^8.5.6",
|
||||
"rxjs": "~7.8.0",
|
||||
|
||||
@@ -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