Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <button type="button" class="btn btn-primary" [disabled]="clicked" (click)=resendEmail()>Resend Verification E-mail</button>
  2.  
  3. resendEmail() {
  4. this.clicked = true;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement