Requested changes implemented - basic functionality working

This commit is contained in:
Julius Gruber
2019-09-19 13:43:36 +02:00
parent 62cbba5982
commit 52ef2acb08
14 changed files with 33 additions and 21 deletions

View File

@@ -0,0 +1,4 @@
<ds-loading *ngIf="(loading | async) || (isAuthenticated | async)" class="m-5"></ds-loading>
<ng-container *ngFor="let authMethodModel of (authMethodData | async)">
<ds-login-container [authMethodModel]="authMethodModel"></ds-login-container>
</ng-container>