summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/app.module.ts
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-09-29 07:08:09 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-29 07:08:09 +0000
commit61950978ddf5a13b5f1a9be5c5eb8391fcd696f4 (patch)
treebec09cd8bdfcc400b59464e466aa93053d5b081f /usecaseui-portal/src/app/app.module.ts
parent7bda6e4948e9e38dc2c3f0e01af9e0390b8548db (diff)
parentf1a0ffa2e0323a61141453c56f12218e3e57a141 (diff)
Merge "feat:top card code split into new components of service-list page"
Diffstat (limited to 'usecaseui-portal/src/app/app.module.ts')
-rw-r--r--usecaseui-portal/src/app/app.module.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/app.module.ts b/usecaseui-portal/src/app/app.module.ts
index e2f56f97..b87aaf76 100644
--- a/usecaseui-portal/src/app/app.module.ts
+++ b/usecaseui-portal/src/app/app.module.ts
@@ -73,6 +73,7 @@ import { ManagemencsService } from './core/services/managemencs.service';
import { FcapsComponent } from './views/fcaps/fcaps.component';
import { TestComponent } from './test/test.component';
import { TextService } from './core/services/text.service';
+import { TopCardComponent } from './views/services/services-list/top-card/top-card.component';
@NgModule({
providers: [
@@ -112,7 +113,8 @@ import { TextService } from './core/services/text.service';
CustomerComponent,
PerformanceDetailsComponent,
FcapsComponent,
- TestComponent
+ TestComponent,
+ TopCardComponent
],
imports: [
BrowserModule,