feat: modal

This commit is contained in:
eneller
2026-01-30 23:15:16 +01:00
parent 3b8e5145c3
commit 665cb25d34
4 changed files with 11 additions and 22 deletions

View File

@@ -34,5 +34,9 @@ export class ScreenRotationsComponent {
console.log('Modal dismissed');
});
}
open(player: Player){
const modalRef = this.modalService.open(ModalRotationsComponent);
modalRef.componentInstance.player = player;
}
}