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
/
life-cycle
/
socket-with-options.d.ts
6 lines
(5 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
WebSocketOptions
}
from
'../models/websocket-options.model'
;
export
interface
ISocketWithOptions
<T =
any
> {
withOptions
():
WebSocketOptions
<T>; }
export
declare
const
withOptions
: keyof
ISocketWithOptions
;