@if (appearance.leftAppearance.showIcon || appearance.leftAppearance.showLabel) {
@if (appearance.leftAppearance.showIcon) { {{ appearance.leftAppearance.icon }} } @if (appearance.leftAppearance.showLabel) { {{ leftLabel$ | async }} }
}
@if (appearance.rightAppearance.showIcon || appearance.rightAppearance.showLabel) {
@if (appearance.rightAppearance.showIcon) { {{ appearance.rightAppearance.icon }} } @if (appearance.rightAppearance.showLabel) { {{ rightLabel$ | async }} }
}