@if ((isTopless$ | async) === false) {
{{companyHeaderStr()}}
@if (item.type === 'entry') { } @if (item.type === 'category') {
{{ item.text }}
} @if (item.type === 'item') { {{ item.text }} }
{{ dataItem.name }}
@if (selectedScreenItem$ | async) {}
Sign Out
@if (!isDashModule()) {
}
} @if (errorText$ | async; as errorText) { {{errorText}} } @if (infoText$ | async; as infoText) { {{infoText}} }