Changed folder structure in shared/login folder

This commit is contained in:
Julius Gruber
2019-08-29 09:59:49 +02:00
parent ca1710c548
commit 3ee20ad17a
15 changed files with 44 additions and 47 deletions

View File

@@ -0,0 +1,12 @@
<br>
<div *ngFor="let method of dynamicLoginMethods | async; let i = index" >
<!-- <div class="dropdown-divider"></div>-->
<br *ngIf="i >= 1">
<ng-container *ngComponentOutlet="method.component; injector: objectInjector;">
</ng-container>
</div>