X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fapp%2Futilities%2Fstart-stop-rebuild%2FStartStopRebuildComponent.ts;h=aed044453b05c6feaadec33515e44c8d91d327c8;hb=c84f1123f8ba69f9e2211b2d816bb415e595efaa;hp=994012913da49a819085c49bebeabe0ee0e4afb9;hpb=a91e51fcd2d4fcfc136bdff9f0a7d2c205b135b6;p=osm%2FNG-UI.git diff --git a/src/app/utilities/start-stop-rebuild/StartStopRebuildComponent.ts b/src/app/utilities/start-stop-rebuild/StartStopRebuildComponent.ts index 9940129..aed0444 100644 --- a/src/app/utilities/start-stop-rebuild/StartStopRebuildComponent.ts +++ b/src/app/utilities/start-stop-rebuild/StartStopRebuildComponent.ts @@ -18,7 +18,6 @@ /** * @file StartStopRebuild Component */ -import { isNullOrUndefined } from 'util'; import { HttpHeaders } from '@angular/common/http'; import { Component, Injector, Input, OnInit } from '@angular/core'; import { AbstractControl, FormBuilder, FormGroup, Validators } from '@angular/forms'; @@ -28,7 +27,7 @@ import { APIURLHEADER, ERRORDATA, MODALCLOSERESPONSEDATA, URLPARAMS } from 'Comm import { environment } from 'environment'; import { StartStopRebuild } from 'NSInstanceModel'; import { RestService } from 'RestService'; -import { SharedService } from 'SharedService'; +import { SharedService, isNullOrUndefined } from 'SharedService'; import { DF, VNFD } from 'VNFDModel'; import { InstanceData, VDUR, VNFInstanceDetails } from 'VNFInstanceModel';