@if (state.isLoading()) {
} @if (state.authView() === 'login') { } @else if (state.authView() === 'register') { } @else if (pos === 'left') {
@if (state.notifOpen()) {
}
} @else if (pos === 'right') {
@if (state.notifOpen()) {
}
} @else if (pos === 'top') {
@if (state.notifOpen()) {
}
}
@for (toast of state.toasts(); track toast.id) {
@if (toast.summary) {
{{ toast.summary }}
}
{{ toast.detail }}
}