diff options
Diffstat (limited to 'src/app/vnfs/vnfs.module.ts')
-rw-r--r-- | src/app/vnfs/vnfs.module.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/app/vnfs/vnfs.module.ts b/src/app/vnfs/vnfs.module.ts index c63d24a..c0f8158 100644 --- a/src/app/vnfs/vnfs.module.ts +++ b/src/app/vnfs/vnfs.module.ts @@ -3,6 +3,8 @@ =================================================================== Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. =================================================================== +Copyright (C) 2018 IBM. +=================================================================== Unless otherwise specified, all software contained herein is licensed under the Apache License, Version 2.0 (the License); @@ -27,7 +29,7 @@ import {CommonModule} from '@angular/common'; // modules import {VnfRoutingModule} from './vnf.routing'; import {SharedModule} from '../shared/shared.module'; - +import { NgxSpinnerModule } from 'ngx-spinner'; import {AceEditorComponent} from 'ng2-ace-editor'; // components import {MyvnfsComponent} from './myvnfs/myvnfs.component'; @@ -77,7 +79,7 @@ export const components = [ export const modules = [ CommonModule, VnfRoutingModule, SharedModule.forRoot(), - FormsModule, BootstrapModalModule, Ng2Bs3ModalModule, SimpleNotificationsModule.forRoot() + FormsModule, BootstrapModalModule, Ng2Bs3ModalModule, SimpleNotificationsModule.forRoot(),NgxSpinnerModule ]; |