Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <div style="background-color:lightgray;width:300px;float:left">
  2. <button (click)="cli('f')">first doc</button><br>
  3. <button (click)="cli('s')">sec doc</button><br>
  4. <button (click)="cli('t')">third doc</button><br>
  5.  
  6. VAR1 :<input id="var1"><br>
  7. VAR2 :<input id="var2"><br>
  8. VAR3 :<input id="var3"><br>
  9. <button (click)="send()">Send to html</button>
  10.  
  11. </div>
  12. <div style="background-color:beige;width:700px;float:left"> <app-show></app-show> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement