Skip to content

Instantly share code, notes, and snippets.

@vadimkorr
Last active March 25, 2018 12:45
Show Gist options
  • Select an option

  • Save vadimkorr/a2c7536175fedd34cb095c256cd18243 to your computer and use it in GitHub Desktop.

Select an option

Save vadimkorr/a2c7536175fedd34cb095c256cd18243 to your computer and use it in GitHub Desktop.
<custom-labeled
class="catch-validation-events"
[label]="label"
[id]="id"
[isRequired]="isRequired">
<custom-input
#input
[(ngModel)]="value"
[type]="type"
[id]="id"
[placeholder]="placeholder"></custom-input>
</custom-labeled>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment