Skip to content

Instantly share code, notes, and snippets.

@jcamilom
Last active September 18, 2020 04:18
Show Gist options
  • Save jcamilom/c32c4b3029f83ff38b8ca5359115da07 to your computer and use it in GitHub Desktop.
Save jcamilom/c32c4b3029f83ff38b8ca5359115da07 to your computer and use it in GitHub Desktop.
<multi-check-field>
<simple-check-option *ngFor="let option of options" [value]="option"
[label]="option.label">
</single-check-option>
</multi-check-field>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment