mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Dynamic rendering of auth methods via decorator
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user