mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 07:53:02 +00:00
[DURACOM-307] start migration and type fixing
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
import {
|
||||
AsyncPipe,
|
||||
NgFor,
|
||||
NgIf,
|
||||
} from '@angular/common';
|
||||
import { AsyncPipe } from '@angular/common';
|
||||
import {
|
||||
ChangeDetectionStrategy,
|
||||
Component,
|
||||
@@ -38,7 +34,7 @@ import { rendersAuthMethodType } from './methods/log-in.methods-decorator';
|
||||
styleUrls: ['./log-in.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
standalone: true,
|
||||
imports: [NgIf, ThemedLoadingComponent, NgFor, LogInContainerComponent, AsyncPipe],
|
||||
imports: [ThemedLoadingComponent, LogInContainerComponent, AsyncPipe],
|
||||
})
|
||||
export class LogInComponent implements OnInit {
|
||||
|
||||
|
Reference in New Issue
Block a user