@if (userService.isUserLogin) {
= RESPONSIVE_THRESHOLD && toggleAllBooleans.isSidebarOpen,
slideOut: this.viewWidth >= RESPONSIVE_THRESHOLD && !toggleAllBooleans.isSidebarOpen,
}"
[ngStyle]="{
'margin-right':
this.viewWidth <= RESPONSIVE_THRESHOLD_MAX && chatService.isSecondaryChatOpen
? '-390px'
: '',
display:
this.viewWidth <= RESPONSIVE_THRESHOLD && !toggleAllBooleans.isSidebarOpen
? 'none'
: 'block',
}"
>
= RESPONSIVE_THRESHOLD && chatService.isSecondaryChatOpen,
slideOutRightWindow:
this.viewWidth >= RESPONSIVE_THRESHOLD && !chatService.isSecondaryChatOpen,
}"
[ngStyle]="{
display:
this.viewWidth <= RESPONSIVE_THRESHOLD &&
!chatService.isSecondaryChatOpen
? 'none'
: 'block'
}"
>
}