Dynamic rendering of auth methods via decorator

This commit is contained in:
Julius Gruber
2019-08-29 17:58:07 +02:00
parent 466d01ce09
commit beb0f2d410
15 changed files with 137 additions and 132 deletions

View File

@@ -1,12 +0,0 @@
<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>