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

dist is lacking es5 build #10

Closed vsvirydau-cl closed 4 years ago

vsvirydau-cl commented 4 years ago

Breaks IE < Edge image image

If you follow this guide, it sets up workspace to generate various differently compatibility builds.

Odonno commented 4 years ago

This project now uses the angular project model. I should now supports both es5 and es2015.

You can now use the 8.2.0 version.

nicholasfaiello commented 4 years ago

Hi - Would you be able to apply the same fix for the ngrx-signalr repository?

Odonno commented 4 years ago

Yep. That could be done too.

nicholasfaiello commented 4 years ago

That would be fantastic. Excellent library, by the way! I am impressed.

Odonno commented 4 years ago

Thank you!