@if (homeMenu$ | async; as homeMenu) { @for (item of homeMenu; track item.label; let i = $index) { @if (!item.separator) {
  • } } }
    @if (libraryMenu$ | async; as libraryMenu) { @for (item of libraryMenu; track item.label; let i = $index) { @if (!item.separator) {
  • } } }
    @if (shelfMenu$ | async; as shelfMenu) { @for (item of shelfMenu; track item.label; let i = $index) { @if (!item.separator) {
  • } } }
    @if (magicShelfMenu$ | async; as shelfMenu) { @for (item of shelfMenu; track item.label; let i = $index) { @if (!item.separator) {
  • } } }
@if (versionInfo) {
@if (isSemanticVersion(versionInfo.current)) { {{ versionInfo.current }} } @else { {{ versionInfo.current }} }
@if (isSemanticVersion(versionInfo.current) && versionInfo.latest && versionInfo.latest !== versionInfo.current) {
{{ t('update') }}
}
}