Last active
March 25, 2018 14:19
-
-
Save vadimkorr/fce83bf39ee7b01395d5daf45195e9aa to your computer and use it in GitHub Desktop.
Snippet
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-input formControlName="field1" [isRequired]="true" [type]="'text'" | |
| [id]="'field1'" [placeholder]="'Enter Field #1'" [label]="'Field #1'"></custom-labeled-input> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment