File tree Expand file tree Collapse file tree
notifications/qa/events/ePerson-data
dso-page/dso-withdrawn-reinstate-service Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import {
22 AsyncPipe ,
3+ NgFor ,
34 NgIf ,
45} from '@angular/common' ;
56import {
@@ -21,6 +22,7 @@ import {
2122 standalone : true ,
2223 imports : [
2324 NgIf ,
25+ NgFor ,
2426 AsyncPipe ,
2527 ] ,
2628 styleUrls : [ './ePerson-data.component.scss' ] ,
Original file line number Diff line number Diff line change 1- import { AsyncPipe } from '@angular/common' ;
1+ import {
2+ AsyncPipe ,
3+ NgIf ,
4+ } from '@angular/common' ;
25import {
36 Component ,
47 EventEmitter ,
@@ -18,6 +21,7 @@ import { LoadingComponent } from '../loading/loading.component';
1821 templateUrl : './item-withdrawn-reinstate-modal.component.html' ,
1922 styleUrls : [ './item-withdrawn-reinstate-modal.component.scss' ] ,
2023 imports : [
24+ NgIf ,
2125 TranslateModule ,
2226 LoadingComponent ,
2327 FormsModule ,
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ import { Router } from '@angular/router';
33import { NgbModal } from '@ng-bootstrap/ng-bootstrap' ;
44import { TranslateService } from '@ngx-translate/core' ;
55import { take } from 'rxjs/operators' ;
6- import { Item } from 'src/app/core/shared/item.model' ;
76
87import { AuthorizationDataService } from '../../../core/data/feature-authorization/authorization-data.service' ;
98import { ItemDataService } from '../../../core/data/item-data.service' ;
109import { RemoteData } from '../../../core/data/remote-data' ;
1110import { QualityAssuranceEventDataService } from '../../../core/notifications/qa/events/quality-assurance-event-data.service' ;
1211import { QualityAssuranceEventObject } from '../../../core/notifications/qa/models/quality-assurance-event.model' ;
12+ import { Item } from '../../../core/shared/item.model' ;
1313import { getFirstCompletedRemoteData } from '../../../core/shared/operators' ;
14- import { ItemWithdrawnReinstateModalComponent } from '../../correction-suggestion/withdrawn-reinstate-modal.component' ;
14+ import { ItemWithdrawnReinstateModalComponent } from '../../correction-suggestion/item- withdrawn-reinstate-modal.component' ;
1515import { NotificationsService } from '../../notifications/notifications.service' ;
1616
1717export const REQUEST_WITHDRAWN = 'REQUEST/WITHDRAWN' ;
You can’t perform that action at this time.
0 commit comments