Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@afirdousi
Created June 26, 2017 21:28
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/06de3bc726b4f8730faa2e48c51e6ab8 to your computer and use it in GitHub Desktop.
Save afirdousi/06de3bc726b4f8730faa2e48c51e6ab8 to your computer and use it in GitHub Desktop.
<my-custom-input [label]="'Name'">
<input type="text">
</my-custom-input>
<my-custom-input [label]="'Password'">
<input type="password">
</my-custom-input>
<my-custom-input [label]="'Number'">
<input type="date">
</my-custom-input>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment