Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CodingWithTashi/1b9d2bb8594f57038015767c456c2450 to your computer and use it in GitHub Desktop.
Save CodingWithTashi/1b9d2bb8594f57038015767c456c2450 to your computer and use it in GitHub Desktop.
<mat-nav-list>
<a href="https://keep.google.com/" mat-list-item (click)="openLink($event)">
<span mat-line>Google Keep</span>
<span mat-line>Add to a note</span>
</a>
<a href="https://docs.google.com/" mat-list-item (click)="openLink($event)">
<span mat-line>Google Docs</span>
<span mat-line>Embed in a document</span>
</a>
<a href="https://plus.google.com/" mat-list-item (click)="openLink($event)">
<span mat-line>Google Plus</span>
<span mat-line>Share with your friends</span>
</a>
<a href="https://hangouts.google.com/" mat-list-item (click)="openLink($event)">
<span mat-line>Google Hangouts</span>
<span mat-line>Show to your coworkers</span>
</a>
</mat-nav-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment