mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Changed folder structure in shared/login folder
This commit is contained in:
12
src/app/shared/log-in/log-in.component.html
Normal file
12
src/app/shared/log-in/log-in.component.html
Normal 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>
|
Reference in New Issue
Block a user