Skip to content

Instantly share code, notes, and snippets.

@Ibro
Last active May 5, 2017 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ibro/d24a1ca48cce394e4ce33f97df755cd4 to your computer and use it in GitHub Desktop.
Save Ibro/d24a1ca48cce394e4ce33f97df755cd4 to your computer and use it in GitHub Desktop.
RxJS Socket.IO Angular Chat - Angular Component Template - Coding Blast - www.codingblast.com
<input [(ngModel)]="message" />
<button (click)="sendMessage()">Send</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment