radio/src/radio-group/radio-group.types.ts
Event emitted when the user changes RadioGroup's value.
import { RadioGroupChange } from '@talenra/components/radio';
Properties |
| source |
source:
|
Type : RadioGroupDirective
|
|
Reference to the emitting RadioGroup directive |
| value |
value:
|
Type : any
|
|
Current value of the RadioGroup |