@if (vm$ | async; as vm) {
@if (isScreenSmall) {
@if (vm.tabView === 'RoomPlan') { } @if (vm.tabView === 'Notifications') { } } @if (!isScreenSmall) {
@if (!showSidebar) {
} @if (showSidebar) { }
}
@if (isScreenSmall && vm.tabView === 'RoomPlan') { }
}