Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save vadimkorr/1dc768d663a69ab1730cf46ac18a7534 to your computer and use it in GitHub Desktop.
<div class="form-group group">
<label
[for]="id"
[ngClass]="{ 'required': isRequired }">{{label}}</label>
<ng-content></ng-content>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment