Skip to content

Instantly share code, notes, and snippets.

@deejayy
Last active December 18, 2019 21:34
Show Gist options
  • Save deejayy/85839a3562e705a8902b9697a00a9553 to your computer and use it in GitHub Desktop.
Save deejayy/85839a3562e705a8902b9697a00a9553 to your computer and use it in GitHub Desktop.
<app-spinner *ngIf="someGetApiResult.loading$ | async"></app-spinner>
<app-table [data]="data$ | async"></app-table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment