X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fvim-accounts%2Fnew-vimaccount%2FNewVimaccountComponent.ts;h=6619bfddbbaba0a3c177696b0ce33c7fe2dbdbc4;hb=refs%2Fchanges%2F14%2F14414%2F3;hp=05fe4a2b0b784152706d0becb9d81031397fa911;hpb=46ea49db958888a91926317adf784252695a9359;p=osm%2FNG-UI.git diff --git a/src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.ts b/src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.ts index 05fe4a2..6619bfd 100644 --- a/src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.ts +++ b/src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.ts @@ -18,7 +18,6 @@ /** * @file Vim Account Component. */ -import { isNullOrUndefined } from 'util'; import { HttpHeaders } from '@angular/common/http'; import { Component, ElementRef, Injector, OnInit, ViewChild } from '@angular/core'; import { AbstractControl, FormBuilder, FormGroup, Validators } from '@angular/forms'; @@ -48,7 +47,7 @@ import { import { environment } from 'environment'; import * as jsyaml from 'js-yaml'; import { RestService } from 'RestService'; -import { SharedService } from 'SharedService'; +import { SharedService, isNullOrUndefined } from 'SharedService'; import { VimAccountDetails } from 'VimAccountModel'; import { WarningComponent } from 'WarningComponent'; /**