UNPKG
@addapptables/ng-web-socket
Version:
latest (2.0.0)
2.0.0
1.0.1
1.0.0
Web socket module for Angular
github.com/addapptables/ng-web-socket
addapptables/ng-web-socket
@addapptables/ng-web-socket
/
lib
/
models
/
websocket-options.model.d.ts
6 lines
(5 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
5
6
export declare
class
WebSocketOptions
<
T
=
any
>
{ autoConnect?: boolean; url?: string; options?: T; }