2019-10-02 17:12:51 +09:00

7 lines
278 B
HTML

<div class="login" fxLayout="column">
<div class="login-wrapper" fxLayout="column" fxLayoutAlign="center center">
<ucap-account-login [companyList]="companyList$ | async" (login)="onLogin($event)" (template)="onTemplate($event)">
</ucap-account-login>
</div>
</div>