Skip to content

Instantly share code, notes, and snippets.

@pankajparkar
Created February 16, 2019 09:55
Show Gist options
  • Save pankajparkar/8eda49b4f29af465cc36d055abe0749c to your computer and use it in GitHub Desktop.
Save pankajparkar/8eda49b4f29af465cc36d055abe0749c to your computer and use it in GitHub Desktop.
Calculator Html
<form>
<mat-form-field>
<input matInput placeholder="Operand 1" value="0" />
</mat-form-field>
<mat-form-field>
<input matInput placeholder="Operand 2" value="0" />
</mat-form-field>
</form>
<button mat-button>Add</button>
<button mat-button>Divide</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment