An error occurred while fetching folder content.
Select Git revision
git-tutorial
Forked from
Polito Guillermo / git-tutorial-to-fork
Source project has a limited visibility.

sdegrande
authored
Currently, we use: publish(ISignal{"signal-name", signalValue}); This patch replaces it with (T being the signal type, or void): publish(Signal<T>{"signal-name", signalValue}); This is rather cosmetic, but it explicitly denotes the signal type, and thus helps reading and understanding the code.
Name | Last commit | Last update |
---|