Advertisement
Guest User

ionic today.page.html

a guest
Aug 24th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <ion-header>
  2. <ion-toolbar>
  3. <ion-buttons slot="start">
  4. <ion-menu-button detail = "false"></ion-menu-button>
  5. </ion-buttons>
  6. <ion-title>
  7. Today
  8. </ion-title>
  9. </ion-toolbar>
  10. </ion-header>
  11.  
  12. <ion-content>
  13.  
  14. <ion-card>
  15. <ion-card-header>
  16. <ion-card-title>{{today | date: 'EEEE, LLLL d'}}</ion-card-title>
  17. <ion-card-subtitle>Day 1</ion-card-subtitle>
  18. </ion-card-header>
  19. </ion-card>
  20.  
  21.  
  22.  
  23.  
  24. <ion-card>
  25. <ion-card-content>
  26. <ion-item>
  27. <ion-label>
  28. <p>8:30 am</p>
  29. <p>9:45 am</p>
  30. </ion-label>
  31. <ion-label>
  32. <p>Chemistry</p>
  33. <p>SCH4U</p>
  34. </ion-label>
  35. </ion-item>
  36. </ion-card-content>
  37. </ion-card>
  38.  
  39. </ion-content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement