summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/app-routing.module.ts
diff options
context:
space:
mode:
authorsoumendu <SA00498080@techmahindra.com>2019-01-18 16:37:44 +0530
committersoumendu <SA00498080@techmahindra.com>2019-01-18 16:37:44 +0530
commit8e43dce763031fe3ecb16ad099cb180f379d08c9 (patch)
treebc1240d10a5efc1d6624cd7f7f961ab97ba9dcc5 /cds-ui/client/src/app/app-routing.module.ts
parent22ca2adc867594e1c1fe9ff0b5750869e2eda282 (diff)
CDS UI Data Dictionary Creation and Management
Directory Structure of CDS UI Data Dictionary Change-Id: I21db0719ec625141b236dca5237a8be20a71e4d1 Issue-ID: CCSDK-804 Signed-off-by: soumendu <SA00498080@techmahindra.com>
Diffstat (limited to 'cds-ui/client/src/app/app-routing.module.ts')
-rw-r--r--cds-ui/client/src/app/app-routing.module.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/app-routing.module.ts b/cds-ui/client/src/app/app-routing.module.ts
index 22e488749..96dfce18e 100644
--- a/cds-ui/client/src/app/app-routing.module.ts
+++ b/cds-ui/client/src/app/app-routing.module.ts
@@ -32,6 +32,10 @@ const routes: Routes = [
{
path: 'blueprint',
loadChildren: './feature-modules/blueprint/blueprint.module#BlueprintModule'
+ },
+ {
+ path: 'resource-definition',
+ loadChildren: './feature-modules/resource-definition/resource-definition.module#ResourceDefinitionModule'
}
]
}