aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+remote-interaction/remote-interaction.component.html
blob: 135ddc00b52027a848475c552855254dbbc86b00 (plain) (blame)
1
2
3
4
5
<div class="root">

  <div class="alert alert-danger" *ngIf="error">{{ error }}</div>

</div>