Custom event/messaging system for TypeScript.
Converted from JS-Signals which was inspired by AS3-Signals.
For a more in-depth introduction read the JS-Signals Project Page and visit the links below.
Copy the Signal.ts
and SignalBinding.ts
files into your TypeScript project.
If you wish you can place them inside a module, but by default they are set to global classes.
Reference the Signal.ts
file in your code and then use them as normal. Look at the tests provided in the tests
folder for plenty examples of use, or read the JS-Signals documentation.
- Project Page
- Wiki
- Documentation
- Changelog
- CompoundSignal - special Signal kind
- jasmine-signals (Jasmine assertions to simplify signals testing)
|-src -> source files
|-tests -> unit tests
The tests are stand-alone TypeScript classes that map to the tests created for JS-Signals.