Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.32 KB | None | 0 0
  1. <ActionBar title="My App" class="action-bar">
  2. </ActionBar>
  3.  
  4.   <ListView [items]="listaPeluquerias" class="list-group">
  5.     <ng-template let-item="item">
  6.       <StackLayout class="page">
  7.       <Label [text]='item.localizacion' class="list-group-item"></Label>
  8.       </StackLayout>
  9.  
  10.     </ng-template>
  11.   </ListView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement