Created
May 23, 2018 08:36
-
-
Save GrillPhil/639542f0f5ba6f157c17315aaf312eb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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