photonstorm / typescript-signals

A TypeScript implementation of js-signals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript-Signals

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.

Getting Started

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.

JS-Signals Links

License

Repository Structure

Folder Structure

|-src         ->  source files
|-tests       ->  unit tests

Running Tests

The tests are stand-alone TypeScript classes that map to the tests created for JS-Signals.

About

A TypeScript implementation of js-signals


Languages

Language:TypeScript 100.0%