Options
All
  • Public
  • Public/Protected
  • All
Menu

Angular Laravel Echo

Index

Type aliases

ChannelType

ChannelType: "public" | "presence" | "private"

Possible channel types

ConnectionEvents

All connection events

PusherConnectionEvents

All pusher events

PusherStates

PusherStates: "initialized" | "connecting" | "connected" | "unavailable" | "failed" | "disconnected"

Pusher connection states

SocketIoConnectionEvents

All Socket.io events

Variables

Const ECHO_CONFIG

ECHO_CONFIG: InjectionToken<EchoConfig> = new InjectionToken<EchoConfig>('echo.config')

The token used to inject the config in Angular's DI system