This allows OnPush components to use the sortable component.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
feature
What is the current behavior? (You can also link to an open issue here)
No event is emitted so the wrapping components can't be OnPush.
What is the new behavior (if this is a feature change)?
Emits an event when the sortable data is reordered. Components can listen for the event and call for change detection if needed.
This allows OnPush components to use the sortable component.
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) feature
What is the current behavior? (You can also link to an open issue here) No event is emitted so the wrapping components can't be OnPush.
What is the new behavior (if this is a feature change)? Emits an event when the sortable data is reordered. Components can listen for the event and call for change detection if needed.
Other information: