Skip to content

Instantly share code, notes, and snippets.

@Dornhoth
Created June 14, 2020 18:57
Show Gist options
  • Save Dornhoth/1538024c18c1584abc00a93f850f9def to your computer and use it in GitHub Desktop.
Save Dornhoth/1538024c18c1584abc00a93f850f9def to your computer and use it in GitHub Desktop.
<div *ngIf="text else defaultTemplate">
{{text}}
</div>
<ng-template #defaultTemplate>
An unexpected error occurred.
</ng-template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment