summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/app.module.ts
diff options
context:
space:
mode:
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 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,