<div class="content-wrapper"> <h1>Receive</h1> <div> <div> <table *ngIf="address"> <thead> <th>Receive address: </th> </thead> <tr> <td>{{ address }}</td> </tr> </table> </div> </div> </div>