X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fapp%2Foperational-view%2Foperational-view-app-executed-actions%2FOperationalViewAppExecutedActionsComponent.ts;h=d76165356b613e17f2dae8082a2730259440e321;hb=0a34dfa32165036b380ec6ac493469b34007df0a;hp=af39f795cbc289683b1de38294a08911837513ff;hpb=40cc37ef2bbc4aac5debc9dea0baeb6dbd87a2d7;p=osm%2FNG-UI.git diff --git a/src/app/operational-view/operational-view-app-executed-actions/OperationalViewAppExecutedActionsComponent.ts b/src/app/operational-view/operational-view-app-executed-actions/OperationalViewAppExecutedActionsComponent.ts index af39f79..d761653 100644 --- a/src/app/operational-view/operational-view-app-executed-actions/OperationalViewAppExecutedActionsComponent.ts +++ b/src/app/operational-view/operational-view-app-executed-actions/OperationalViewAppExecutedActionsComponent.ts @@ -19,11 +19,11 @@ /** * @file Page for Operational View App Executed 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 { EXECUTEDACTIONS } from 'OperationalModel'; -import { isNullOrUndefined } from 'util'; /** * Creating component * @Component takes OperationalViewAppExecutedActionsComponent.html as template url