Created
February 22, 2020 05:43
-
-
Save CodingWithTashi/1b9d2bb8594f57038015767c456c2450 to your computer and use it in GitHub Desktop.
This file contains 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
<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