afrad / angular2-websocket

Websocket wrapper for angular2 based on angular-websocket
Apache License 2.0
210 stars 84 forks source link

Angular 7 bumps typescript to 3.1, package.json locked to 2.x #109

Open schungx opened 5 years ago

schungx commented 5 years ago

package.json need to bump typescript to ^3.1.0, otherwise the project won't upgrade.

fritteli commented 5 years ago

I created PR #111, perhaps this can be merged anytime soon?