Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <my-custom-input [label]="'Name'">
  2. <input type="text">
  3. </my-custom-input>
  4.  
  5. <my-custom-input [label]="'Password'">
  6. <input type="password">
  7. </my-custom-input>
  8.  
  9. <my-custom-input [label]="'Number'">
  10. <input type="date">
  11. </my-custom-input>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement