summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/app.module.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-01-07 17:31:01 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-07 17:31:01 +0000
commitb114208b9dfba7a42dfb009106143c7b506884a4 (patch)
treecdae12dec9761c469137c4343ad328a08fc8d1d2 /cds-ui/client/src/app/app.module.ts
parent255abc6d88ec969e7fd6d03185c77e366edbf907 (diff)
parent5f6175d79c9a5780608a5805ad563669e96a8943 (diff)
Merge "App routing"
Diffstat (limited to 'cds-ui/client/src/app/app.module.ts')
-rw-r--r--cds-ui/client/src/app/app.module.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/app.module.ts b/cds-ui/client/src/app/app.module.ts
index 25ea016fa..d61731dde 100644
--- a/cds-ui/client/src/app/app.module.ts
+++ b/cds-ui/client/src/app/app.module.ts
@@ -30,6 +30,9 @@ import { HttpClientModule } from '@angular/common/http';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
+import { SharedModule } from './common/shared/shared.module';
+
+
// import { blueprintReducer } from './common/store/reducers/blueprint.reducer';
// import { HeaderComponent, AboutComponent, PageNotFoundComponent, HomeComponent } from './common/shared/components/index';
// import { SharedModule } from './common/shared/shared.module';
@@ -65,7 +68,8 @@ import { AppComponent } from './app.component';
MatRadioModule,
MatFormFieldModule,
MatStepperModule,
- HttpClientModule
+ HttpClientModule,
+ SharedModule
],
providers: [],
bootstrap: [AppComponent]