From b85c484da92c3b6721bb241376074fd9d7a712e2 Mon Sep 17 00:00:00 2001 From: swapnalipode Date: Sat, 18 Apr 2020 19:45:12 +0530 Subject: Adding Resource dictionary Adding resource-dictionary Change-Id: Ib23b282e7293843ce94263e82b3f7cdb0fe36c5a Issue-ID: CCSDK-2253 Signed-off-by: swapnalipode --- cds-ui/designer-client/src/app/app-routing.module.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cds-ui/designer-client/src/app/app-routing.module.ts') diff --git a/cds-ui/designer-client/src/app/app-routing.module.ts b/cds-ui/designer-client/src/app/app-routing.module.ts index c6e42cb0b..2610dc59f 100644 --- a/cds-ui/designer-client/src/app/app-routing.module.ts +++ b/cds-ui/designer-client/src/app/app-routing.module.ts @@ -23,7 +23,10 @@ import {NgModule} from '@angular/core'; import {Routes, RouterModule} from '@angular/router'; const routes: Routes = [ - {path: 'packages', loadChildren: './modules/feature-modules/packages/packages.module#PackagesModule'}, + {path: 'packages', + loadChildren: './modules/feature-modules/packages/packages.module#PackagesModule'}, + {path: 'resource-dictionary', + loadChildren: './modules/feature-modules/resource-dictionary/resource-dictionary.module#ResourceDictionaryModule'}, // { path: '', component: MainAppComponent }, { path: '', -- cgit 1.2.3-korg