zgo/src/app/xeroreg/xeroreg.component.html

7 lines
170 B
HTML

<div *ngIf="!flag" align="center" class="text">
<h1>Connecting to Xero...</h1>
</div>
<div *ngIf="flag" align="center" class="text">
<h1>Connected to Xero!</h1>
</div>