angular2-sails-socketio
Version:
An angular2 module for using the sails socket.io api
7 lines (6 loc) • 332 B
text/typescript
export { SocketIOModule } from './socketio.module';
export { SocketIOModel, METHOD } from './socketio.model';
export { SocketIOQuery } from './socketio.query';
export { SocketIOResponse } from './socketio.response';
export { SocketIOAuthenticate } from './socketio.authenticate';
export { SocketIOConfig } from './socketio.config';