X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fdashboard%2FDashboardComponent.ts;h=8112c06dc1fd6b9f03e9d4ca6a7ea15d8a1cbd54;hb=refs%2Fchanges%2F14%2F14414%2F3;hp=d49f7081be0a3cd157ce78d2b04d240ce8ddcdf9;hpb=a91e51fcd2d4fcfc136bdff9f0a7d2c205b135b6;p=osm%2FNG-UI.git diff --git a/src/app/dashboard/DashboardComponent.ts b/src/app/dashboard/DashboardComponent.ts index d49f708..8112c06 100644 --- a/src/app/dashboard/DashboardComponent.ts +++ b/src/app/dashboard/DashboardComponent.ts @@ -18,7 +18,6 @@ /** * @file Dashboard Component */ -import { isNullOrUndefined } from 'util'; import { Component, Injector, OnInit } from '@angular/core'; import { TranslateService } from '@ngx-translate/core'; import { NotifierService } from 'angular-notifier'; @@ -35,7 +34,7 @@ import { ProjectService } from 'ProjectService'; import { RestService } from 'RestService'; import { Observable, Subscription } from 'rxjs'; import { SDNControllerModel } from 'SDNControllerModel'; -import { SharedService } from 'SharedService'; +import { SharedService, isNullOrUndefined } from 'SharedService'; import { ProjectRoleMappings, UserDetail } from 'UserModel'; import { VimAccountDetails } from 'VimAccountModel'; import { VNFInstanceDetails } from 'VNFInstanceModel';