Primitives
Switch
Perform state toggling.
Usage
Assemble the switch directives in your template.
API Reference
The following directives are available to import from the @ng-primitives/ng-primitives/switch
package:
NgpSwitchDirective
Define the checked state.
Define the disabled state.
Event emitted when the state changes.
NgpSwitchThumbDirective
There are no inputs or outputs for this directive.
Schematics
You can use our schematic to generate a new switch component.
Options
The name of the component.
The name of the project to add the component to.
The path to create the component.