Guest User

Untitled

a guest
Feb 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <a href="#" class=""> clique aqui
  2.  
  3. <button (click)="form2 = !form2">Mudar</button>
  4. <input type="text" placeholder="email" *ngIf="form2">
  5. <input type="text" placeholder="form2 Email" *ngIf="!form2">
  6.  
  7. <button (click)="form2 = !form2">Mudar</button>
  8. <input type="text" placeholder="email" [hidden]="form2">
  9. <input type="text" placeholder="form2 Email" [hidden]="!form2">
Add Comment
Please, Sign In to add comment