Skip to content

Instantly share code, notes, and snippets.

@blackpr
Created March 6, 2017 04:52
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 blackpr/5f62b86b3ba2c58bb20c438a220c02bb to your computer and use it in GitHub Desktop.
Save blackpr/5f62b86b3ba2c58bb20c438a220c02bb to your computer and use it in GitHub Desktop.
<h2>Χωρίς ngIf/ngElse </h2>
<div>
<h3><i>{{(question$ | async)?.question}}</i></h3>
<div>
{{(question$ | async)?.category}}
</div>
<div>
{{(question$ | async)?.difficulty}}
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment