Last active
March 25, 2018 12:45
-
-
Save vadimkorr/a2c7536175fedd34cb095c256cd18243 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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