You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ToggleButton component does not have an exported member named ToggleButtonChangeEvent. This type is referenced in the documentation and code samples but is missing from the actual exports.
Describe the bug
The
ToggleButton
component does not have an exported member namedToggleButtonChangeEvent
. This type is referenced in the documentation and code samples but is missing from the actual exports.Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/gnhrqljy?file=src%2Fapp%2Ftoggle-button-basic-demo.ts
Environment
windows
Angular version
19.0.0
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
ToggleButtonChangeEvent
from 'primeng/togglebutton'Module '"primeng/togglebutton"' has no exported member 'ToggleButtonChangeEvent'.
Expected behavior
The module "primeng/togglebutton" should export a member named
ToggleButtonChangeEvent
.The text was updated successfully, but these errors were encountered: