-
-
Save samlinux/459043128594ed029f1ee4d23f627fc2 to your computer and use it in GitHub Desktop.
Angular meets Internet Computer
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
<div style="margin:25px"> | |
<mat-tab-group animationDuration="0ms"> | |
<mat-tab label="First"> | |
<h1>{{ title }}</h1> | |
<p>{{ ic_response }}</p> | |
<input type="text" id="name" name="name" #name> | |
<button (click)="getGreet(name.value)">call greet</button> | |
</mat-tab> | |
<mat-tab label="Second"> Material Design is working </mat-tab> | |
</mat-tab-group> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment