-
-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for custom service events #133
Comments
This probably still needs to be added to the docs. |
It does indeed. I didn't get the |
I've set up a placeholder for this here: https://github.com/feathersjs/feathers-docs/blob/master/05_events.md#custom-events |
This has been added at http://docs.feathersjs.com/clients/readme.html#custom-events |
I think the service setup stuff belongs on the events page. But we would want to still show how the client can listen to custom service events on the clients page where you have it now. Something like:
|
Does it support add custom event at runtime? |
You can add services at runtime (that can have custom events) but not new events to an already registered service. |
Is there a way to support add events after service has been registered? Otherwise, is it support to unregister and register the service again when adding new events |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs. |
#128 adds the functionality but the documentation has to be updated (now in the main repository because of #127).
The text was updated successfully, but these errors were encountered: