Skip to content

Instantly share code, notes, and snippets.

@samlinux
Created March 17, 2022 09:26
Show Gist options
  • Save samlinux/459043128594ed029f1ee4d23f627fc2 to your computer and use it in GitHub Desktop.
Save samlinux/459043128594ed029f1ee4d23f627fc2 to your computer and use it in GitHub Desktop.
Angular meets Internet Computer
<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