Skip to content

Instantly share code, notes, and snippets.

@FranciscoMarinho
Created January 21, 2021 20:45
Show Gist options
  • Select an option

  • Save FranciscoMarinho/d3b72a41749f0c4ec6a4ea7fca587f19 to your computer and use it in GitHub Desktop.

Select an option

Save FranciscoMarinho/d3b72a41749f0c4ec6a4ea7fca587f19 to your computer and use it in GitHub Desktop.
this.connection.onmessage = (event) => this.handlerOnmessage(event);
handlerOnmessage(event) {
this.message = event.data;
this.changeDetector.detectChanges();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment