Skip to content

Instantly share code, notes, and snippets.

@NetanelBasal
Created April 4, 2021 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NetanelBasal/17e5d9ac521d7a560f8acdb0f0767839 to your computer and use it in GitHub Desktop.
Save NetanelBasal/17e5d9ac521d7a560f8acdb0f0767839 to your computer and use it in GitHub Desktop.
<app-switch>
<span switchLabel>My label..</span>
<input
type="checkbox"
appTogglerRef
[formControl]="control"
/>
</app-switch>
<app-radio>
<input
type="radio"
appTogglerRef
[formControl]="control"
/>
<span radioLabel>My label..</span>
</app-radio>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment