Skip to content

Instantly share code, notes, and snippets.

@afirdousi
Created June 27, 2017 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afirdousi/3e7731785d6919baa459ade8520c6fac to your computer and use it in GitHub Desktop.
Save afirdousi/3e7731785d6919baa459ade8520c6fac to your computer and use it in GitHub Desktop.
<my-custom-input [label]="'Name'">
<input #input type="text">
</my-custom-input>
<my-custom-input [label]="'Password'">
<input #input type="password">
</my-custom-input>
<my-custom-input [label]="'Number'">
<input #input type="date">
</my-custom-input>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment