Skip to content

Instantly share code, notes, and snippets.

@GrillPhil
Created May 23, 2018 08:36
Show Gist options
  • Save GrillPhil/639542f0f5ba6f157c17315aaf312eb4 to your computer and use it in GitHub Desktop.
Save GrillPhil/639542f0f5ba6f157c17315aaf312eb4 to your computer and use it in GitHub Desktop.
<mat-form-field>
<input matInput [(ngModel)]="message" placeholder="message">
</mat-form-field>
<button mat-raised-button color="primary" (click)="send()">Send</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment