Last active
December 18, 2019 21:34
-
-
Save deejayy/85839a3562e705a8902b9697a00a9553 to your computer and use it in GitHub Desktop.
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
<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