50"
>
@switch (true) {
@case (!item && (isDisconnected | async)) {
{{ 'data.detail.COULD_NOT_CONNECT' | translate }}
}
@case (item === null) {
{{ 'data.detail.NOT_FOUND' | translate }}
}
@case (!item && item !== null) {
}
@default {
@if (item) {
}
}
}