Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="bottom-button-container">
- <button @buttonSlider *ngIf="googleAuth.userLoggedIn" routerLink="/notes" class=big-button-primary>
- <div class="left-side">
- <icon-notes></icon-notes>
- My notes
- </div>
- <icon-arrow-right></icon-arrow-right>
- </button>
- <div @buttonSlider id="auth" *ngIf="!googleAuth.userLoggedIn">
- <h1>Login or sign up</h1>
- <button (click)=googleAuth.authorize() google-sign-in class=big-button-primary>
- <div class="left-side">
- <icon-google></icon-google>
- By Google
- </div>
- <icon-arrow-right></icon-arrow-right>
- </button>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement