Guest User

Untitled

a guest
Oct 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. export class AuthService {) { }
  2. logout() {
  3. Alert('User is logging off..');
  4. }
  5. }
  6.  
  7. <ion-header>
  8. <ion-navbar>
  9. <button ion-button menuToggle>
  10. <ion-icon name="menu"></ion-icon>
  11. </button>
  12. <ion-title>
  13. <img class="header-logo pull-left" src="assets/img/logo.jpg" alt="">
  14. <ion-icon name="log-out" class="pull-right logout-action" (click)="logout()"></ion-icon>
  15. </ion-title>
  16. </ion-navbar>
  17. </ion-header>
Add Comment
Please, Sign In to add comment