From: Arundathi Patil Date: Wed, 13 Feb 2019 07:34:45 +0000 (+0530) Subject: Issue Fix in app module X-Git-Tag: 0.4.2~288 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F64%2F78364%2F1;p=ccsdk%2Fcds.git Issue Fix in app module Fixed the error caused by importing lazy loaded blueprint module in app-module Issue-ID: CCSDK-815 Change-Id: Iaed423703d0ab479e108547f729d906f283ade48 Signed-off-by: Arundathi Patil --- diff --git a/cds-ui/client/src/app/app.module.ts b/cds-ui/client/src/app/app.module.ts index cc40c35dd..10532da87 100644 --- a/cds-ui/client/src/app/app.module.ts +++ b/cds-ui/client/src/app/app.module.ts @@ -33,7 +33,7 @@ import { AppComponent } from './app.component'; import { SharedModule } from './common/shared/shared.module'; import { CoreModule } from './common/core/core.module'; -import { BlueprintModule } from './feature-modules/blueprint/blueprint.module'; +// import { BlueprintModule } from './feature-modules/blueprint/blueprint.module'; import { ResourceDefinitionModule } from './feature-modules/resource-definition/resource-definition.module'; @NgModule({ @@ -65,7 +65,7 @@ import { ResourceDefinitionModule } from './feature-modules/resource-definition/ HttpClientModule, SharedModule, CoreModule, - BlueprintModule, + // BlueprintModule, ResourceDefinitionModule ], providers: [],