Last active
September 18, 2020 04:18
-
-
Save jcamilom/c32c4b3029f83ff38b8ca5359115da07 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
<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