The missing AngularJS 1.x WebSocket module for connecting client applications to servers.
I ask because I'm having issues with getting the typings setup. I've found a typings file for angular-websockets but when I try to compile my ts files I get the following error
tsconfig.json generated: tsconfig.json
typings/modules/angular-websocket/index.d.ts(23,22): error TS1110: Type expected.
typings/modules/angular-websocket/index.d.ts(24,35): error TS1109: Expression expected.
typings/modules/angular-websocket/index.d.ts(163,1): error TS1128: Declaration or statement expected.
var wsTransactions = $websocket('wss://frontend.smartloxs.io:8090/access/transactions', {
reconnectIfNotNormalClose: false
});