Skip to content

Instantly share code, notes, and snippets.

@jorroll
Created November 4, 2019 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorroll/f170288fdf42c7babd34fee8c29f4079 to your computer and use it in GitHub Desktop.
Save jorroll/f170288fdf42c7babd34fee8c29f4079 to your computer and use it in GitHub Desktop.
controlA.events.subscribe(controlB.source);
controlB.events.subscribe(controlA.source);
controlC.events.subscribe(controlA.source);
controlA.events.subscribe(controlC.source);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment