diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-10-09 08:13:41 +0000 |
---|---|---|
committer | xu ran <xuranyjy@chinamobile.com> | 2019-10-09 08:49:34 +0000 |
commit | a82b518867281a85f7c80a3604f40a91409ea964 (patch) | |
tree | fad9b3cb3f04806580bc1889d85012110e235021 /usecaseui-portal/src/app/app.module.ts | |
parent | bb79ef05913b5b66807d4bfcd096e0144133b13b (diff) |
Add create model component
Change-Id: Ia99496892c82024af895d0abc37c4cda548872a5
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 | 4 |
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 f591be4b..9aaa7ebf 100644 --- a/usecaseui-portal/src/app/app.module.ts +++ b/usecaseui-portal/src/app/app.module.ts @@ -74,6 +74,7 @@ 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'; +import { CreateModelComponent } from './views/services/services-list/create-model/create-model.component'; @NgModule({ providers: [ @@ -114,7 +115,8 @@ import { TopCardComponent } from './views/services/services-list/top-card/top-ca PerformanceDetailsComponent, FcapsComponent, TestComponent, - TopCardComponent + TopCardComponent, + CreateModelComponent ], imports: [ BrowserModule, |