X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Futilities%2Fhealing%2FHealingComponent.ts;h=6360c480903d0cd4216de270e904f0dc9ea318fb;hb=refs%2Fchanges%2F14%2F14414%2F3;hp=b3a1072c0d0dd45c7ccfc4d184fb479b20931a64;hpb=219fe61b3f8d15284ae3b36a133c2b34d3b444fc;p=osm%2FNG-UI.git diff --git a/src/app/utilities/healing/HealingComponent.ts b/src/app/utilities/healing/HealingComponent.ts index b3a1072..6360c48 100644 --- a/src/app/utilities/healing/HealingComponent.ts +++ b/src/app/utilities/healing/HealingComponent.ts @@ -18,7 +18,6 @@ /** * @file Healing Component */ -import { isNullOrUndefined } from 'util'; import { HttpHeaders } from '@angular/common/http'; import { Component, Injector, Input, OnInit } from '@angular/core'; import { AbstractControl, FormArray, FormBuilder, FormGroup, Validators } from '@angular/forms'; @@ -29,7 +28,7 @@ import { APIURLHEADER, ERRORDATA, MODALCLOSERESPONSEDATA, URLPARAMS } from 'Comm import { environment } from 'environment'; import { VDUMAP, VDUMAPPINGS } from 'NSInstanceModel'; import { RestService } from 'RestService'; -import { SharedService } from 'SharedService'; +import { SharedService, isNullOrUndefined } from 'SharedService'; import { InstanceData, VDUR, VNFInstanceDetails } from 'VNFInstanceModel'; /** * Creating component