Boolean isStandalonePage injected

This commit is contained in:
Julius Gruber
2019-10-08 16:00:24 +02:00
parent 43933771c0
commit 71fbf28984
8 changed files with 59 additions and 21 deletions

View File

@@ -1,4 +1,5 @@
<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 *ngFor="let authMethodModel of injectedAuthMethods">
<ds-login-container
[authMethodModel]="authMethodModel"></ds-login-container>
</ng-container>