mirror of
https://github.com/roughike/inKino.git
synced 2025-08-06 15:50:00 +08:00
13 lines
444 B
HTML
13 lines
444 B
HTML
<app-bar
|
|
[theaterDropdownActive]="theaterDropdownActive"
|
|
[theaterDropdownVisible]="theaterDropdownVisible"
|
|
(theaterButtonClicked)="toggleTheaterDropdown">
|
|
</app-bar>
|
|
|
|
<main class="content" [class.scrolling-blocked]="theaterDropdownVisible">
|
|
<router-outlet [routes]="Routes.all"></router-outlet>
|
|
|
|
<div class="theater-container" [class.visible]="theaterDropdownActive">
|
|
<template #theaterContainer></template>
|
|
</div>
|
|
</main> |