mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 07:53:02 +00:00
[CST-15074][#3355] Resolved conflicts and updated control-flow syntax
This commit is contained in:
@@ -27,7 +27,6 @@ import { hasValue } from '../empty.util';
|
||||
import { ThemedLoadingComponent } from '../loading/themed-loading.component';
|
||||
import { LogInContainerComponent } from './container/log-in-container.component';
|
||||
import { rendersAuthMethodType } from './methods/log-in.methods-decorator';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-base-log-in',
|
||||
@@ -35,7 +34,7 @@ import { TranslateModule } from '@ngx-translate/core';
|
||||
styleUrls: ['./log-in.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
standalone: true,
|
||||
imports: [ThemedLoadingComponent, LogInContainerComponent, AsyncPipe, TranslateModule],
|
||||
imports: [ThemedLoadingComponent, LogInContainerComponent, AsyncPipe],
|
||||
})
|
||||
export class LogInComponent implements OnInit {
|
||||
|
||||
|
Reference in New Issue
Block a user