Skip to content

Instantly share code, notes, and snippets.

@Odonno
Created July 27, 2019 15:54
Show Gist options
  • Save Odonno/04ea369ed20eb3b1e2ad07b612c3768a to your computer and use it in GitHub Desktop.
Save Odonno/04ea369ed20eb3b1e2ad07b612c3768a to your computer and use it in GitHub Desktop.
ngrx/signalr - root state definition
class BaseSignalRStoreState {
hubStatuses: SignalRHubStatus[];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment