Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created February 9, 2020 02:17
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 IntegerMan/cd1ec3a8c56d5aa20504ad1464005294 to your computer and use it in GitHub Desktop.
Save IntegerMan/cd1ec3a8c56d5aa20504ad1464005294 to your computer and use it in GitHub Desktop.
<mat-form-field class="command-area">
<input matInput type="text" placeholder="What do you want to do?" autofocus autocomplete="off"
[(ngModel)]="Command"
(keyup.enter)="submitCommand()">
<button mat-button matSuffix mat-icon-button aria-label="Go" title="Go"
(click)="submitCommand()">
<mat-icon>pets</mat-icon>
</button>
</mat-form-field>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment