mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 07:53:02 +00:00
[CST-15073][CST-15074] Adaptation with standalone components
This commit is contained in:

committed by
Vincenzo Mecca

parent
214a77a65c
commit
83615a1c90
@@ -3,6 +3,7 @@ import {
|
||||
Input,
|
||||
} from '@angular/core';
|
||||
|
||||
import { AuthMethodType } from '../../core/auth/models/auth.method-type';
|
||||
import { ThemedComponent } from '../theme-support/themed.component';
|
||||
import { LogInComponent } from './log-in.component';
|
||||
|
||||
@@ -20,8 +21,12 @@ export class ThemedLogInComponent extends ThemedComponent<LogInComponent> {
|
||||
|
||||
@Input() isStandalonePage: boolean;
|
||||
|
||||
@Input() excludedAuthMethod: AuthMethodType;
|
||||
|
||||
@Input() showRegisterLink = true;
|
||||
|
||||
protected inAndOutputNames: (keyof LogInComponent & keyof this)[] = [
|
||||
'isStandalonePage',
|
||||
'isStandalonePage', 'excludedAuthMethod', 'showRegisterLink',
|
||||
];
|
||||
|
||||
protected getComponentName(): string {
|
||||
|
Reference in New Issue
Block a user