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

Please re-export actions in the main package #13

Closed vsviridov closed 4 years ago

vsviridov commented 4 years ago

I'm currently using the signalrHubUnstarted, signalrHubFailedToStart, signalrConnected action types in my own effects with the ngrx ofType() operator.

After updating to the latest version, those are not available (I imported them directly via /dist, but now they are not available anymore).

If I try to import them via ngrx-signalr-core/lib/actions, it fails during build with a "cannot resolve" message.

Odonno commented 4 years ago

Hi Vasili, I'll check that ASAP.

Odonno commented 4 years ago

You now should be able to use the version 8.2.1.