diff options
author | swapnalipode <sp00501638@techmahindra.com> | 2020-04-18 19:45:12 +0530 |
---|---|---|
committer | Swapnali Pode <sp00501638@techmahindra.com> | 2020-04-21 16:16:20 +0000 |
commit | b85c484da92c3b6721bb241376074fd9d7a712e2 (patch) | |
tree | d85aff1e31f31d73853ba528e82017530cd82cec /cds-ui/designer-client/src/app/app-routing.module.ts | |
parent | 3c10444c1d9d84b4d7f38b223fd304450cb36eb6 (diff) |
Adding Resource dictionary
Adding resource-dictionary
Change-Id: Ib23b282e7293843ce94263e82b3f7cdb0fe36c5a
Issue-ID: CCSDK-2253
Signed-off-by: swapnalipode <sp00501638@techmahindra.com>
Diffstat (limited to 'cds-ui/designer-client/src/app/app-routing.module.ts')
-rw-r--r-- | cds-ui/designer-client/src/app/app-routing.module.ts | 5 |
1 files changed, 4 insertions, 1 deletions
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: '', |