Skip to content

Instantly share code, notes, and snippets.

@SlimenTN
Created May 6, 2020 14:19
Show Gist options
  • Save SlimenTN/db9d201f8bf7d0e61a722bde87810e41 to your computer and use it in GitHub Desktop.
Save SlimenTN/db9d201f8bf7d0e61a722bde87810e41 to your computer and use it in GitHub Desktop.
Parse list of blogs coming via GraphQL
<h1>Welcome to QraphQL Client for Angular</h1>
<div>
<h3>List of blogs</h3>
<ul>
<li *ngFor="let blog of blogs">{{ blog.title }} ({{ blog.author.firstName + ' ' + blog.author.lastName}})</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment