| commit | c84f1123f8ba69f9e2211b2d816bb415e595efaa | [log] [tgz] |
|---|---|---|
| author | SANDHYA.JS <sandhya.j@tataelxsi.co.in> | Tue Jun 04 21:50:03 2024 +0530 |
| committer | SANDHYA.JS <sandhya.j@tataelxsi.co.in> | Wed Jun 05 14:52:24 2024 +0530 |
| tree | f631f6f4c8e1d81b889814530aa520f3a2d6c6f5 | |
| parent | a91e51fcd2d4fcfc136bdff9f0a7d2c205b135b6 [diff] [blame] |
Angular upgrade - Upgraded Angular from 14 to 15 version. Change-Id: I2339a04020153cbc9ed7a14bfe8e0aa265e507da Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/src/app/operational-view/operational-view-app-actions/OperationalViewAppActionsComponent.ts b/src/app/operational-view/operational-view-app-actions/OperationalViewAppActionsComponent.ts index acee5ed..f622dbd 100644 --- a/src/app/operational-view/operational-view-app-actions/OperationalViewAppActionsComponent.ts +++ b/src/app/operational-view/operational-view-app-actions/OperationalViewAppActionsComponent.ts
@@ -19,10 +19,10 @@ /** * @file Page for Operational View App actions Component */ -import { isNullOrUndefined } from 'util'; import { Component, Injector, Input, OnInit } from '@angular/core'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; import { URLPARAMS } from 'CommonModel'; +import { isNullOrUndefined } from 'SharedService'; /** * Creating component * @Component takes OperationalViewAppActionsComponent.html as template url