Odonno / ngrx-signalr-core

A library to handle realtime SignalR (.NET Core) events using @angular, rxjs and the @ngrx library
https://www.npmjs.com/package/ngrx-signalr-core
MIT License
27 stars 13 forks source link

Simplify `fromStream` #7

Closed Odonno closed 4 years ago

Odonno commented 4 years ago
export const fromStream =
    <T>(hub: HubConnection, methodName: string, ...args: any[]) => {
        // TODO
    };