Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created May 16, 2019 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/50b47148588c44ec402b3c5fa5c78507 to your computer and use it in GitHub Desktop.
Save bodrovis/50b47148588c44ec402b3c5fa5c78507 to your computer and use it in GitHub Desktop.
<ul>
<li *ngFor="let language of languageList">
<a href="/{{language.code}}/">
{{language.label}}
</a>
</li>
</ul>
<!-- other tags -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment