@if (showIcon || showLabel) {
@if (showIcon) { {{ icon }} } @if (showLabel) {
{{ label$ | async }}
}
}
@if (showOffLabel) {
{{ offLabel }}
} @if (showOnLabel) {
{{ onLabel }}
}
@if (loading$ | async) { }