Created
May 6, 2020 14:19
-
-
Save SlimenTN/db9d201f8bf7d0e61a722bde87810e41 to your computer and use it in GitHub Desktop.
Parse list of blogs coming via GraphQL
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
<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