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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Create a javascript object in the angular namespace called $event that will be documented using JSDoc the object's properties and methods. This would allow developers to see intellisense auto-complete for event parameters.
The signature of $event would not change. So not problems with backward compatibility.
This would allow developers to define the parameter type for events.