diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-27 11:25:02 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-09-27 11:25:07 +0800 |
commit | e7cd936738c948972a678feb06d928204ff702b7 (patch) | |
tree | 8eebd0b82cdc877d04640013c9bf8063e751210e /usecaseui-portal/src/app/app.module.ts | |
parent | 2f905f96a6edf333925debc1778459eda265a867 (diff) |
feat:delete unused and unwanted files of service components
Change-Id: I7fae71013f88b95df765dbcb03ec0a360b9c8fdc
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/app.module.ts')
-rw-r--r-- | usecaseui-portal/src/app/app.module.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/app.module.ts b/usecaseui-portal/src/app/app.module.ts index 092f82b4..e2f56f97 100644 --- a/usecaseui-portal/src/app/app.module.ts +++ b/usecaseui-portal/src/app/app.module.ts @@ -40,7 +40,6 @@ registerLocaleData(en); import { AppComponent } from './app.component'; import { HomeComponent } from './views/home/home.component'; import { ManagementComponent } from './views/management/management.component'; -import { ServicesComponent } from './views/services/services.component'; import { ServicesListComponent } from './views/services/services-list/services-list.component'; import { OnboardVnfVmComponent } from './views/services/onboard-vnf-vm/onboard-vnf-vm.component'; import { AlarmComponent } from './views/alarm/alarm.component'; @@ -91,7 +90,6 @@ import { TextService } from './core/services/text.service'; AppComponent, HomeComponent, ManagementComponent, - ServicesComponent, ServicesListComponent, OnboardVnfVmComponent, |