logo logo logo logo logo logo
@for (lang of headeData.languages; track $index) {

{{ lang.name }}

}

Cart Items

{{ cartItemCount }} Items

@if(headeData.cartItems.length>0){
    @for (item of headeData.cartItems; track $index) {
  • img
    {{ item.name }}
    {{ item.price }}
      @for (tag of item.tags; track $index) {
    • {{ tag }}
    • } @if (item.freeShipping) {
    • Free shipping
    • }
  • }
@if(cartItemCount > 0){
Proceed to checkout
} } @else {
Your Cart is Empty
Add some items to make me happy :) continue shopping
}

Notifications

{{notificationItemCount}} Unread
    @for (item of headeData.notifications; track $index) {
  • {{ item.title }} @if(item.orderId){ ID:{{item.orderId}} }

    {{ item.description }}
  • }
@if (headeData.notifications.length > 0){
View All
} @if (headeData.notifications.length === 0){
No New Notifications
}

Related Apps

@for (app of headeData.relatedApps; track $index) {
{{ app.name }}
}
View All
@if (isFullscreen) { } @else { }
    @for (item of headeData.menuItems; track $index) {
  • {{ item.label }} @if (item.badge) { {{ item.badge }} }
  • }
  • Action
  • Another action
  • Something else here

  • Separated link

Are You Looking For...

@if (menuItems && menuItems.length > 0) {
    @for (menuItem of menuItems | slice:0:5;track $index) {
  • {{ menuItem?.title }}
  • }
} @for (tag of headeData.searchTags; track tag.id) { {{tag.label}} Remove badge }

Recent Search :

@for (alert of headeData.alertItems; track alert.id) {
{{ alert.label }}
}