Guest User

Untitled

a guest
Jun 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <div style="text-align: center;margin-top: 200px">
  2. <div>
  3. <input type="text" [(ngModel)]="name" placeholder="Name">
  4. </div>
  5. <div>
  6. <input type="text" [(ngModel)]="lastName" placeholder="Last name">
  7. </div>
  8. <p style="text-align: center">Hello {{name}} {{lastName}}</p>
  9. </div>
Add Comment
Please, Sign In to add comment