packages/websocket-plugin/src/public_api.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export { NgxsWebSocketPluginModule, withNgxsWebSocketPlugin } from './websocket.module';
export {
  ConnectWebSocket,
  WebSocketMessageError,
  DisconnectWebSocket,
  WebSocketDisconnected,
  SendWebSocketMessage,
  WebSocketConnectionUpdated,
  WebSocketConnected
} from './symbols';