diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-22 13:42:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-22 13:42:17 +0000 |
commit | ea56f0811351dba0a7c6da1dbe8f8725a42b3f52 (patch) | |
tree | a250ab83a6433645f04ebdaca2056776f21c2c6e /cds-ui/designer-client/src/app/app-routing.module.ts | |
parent | 12351451744e4171d739a73e8a0714dfed201e4f (diff) | |
parent | b85c484da92c3b6721bb241376074fd9d7a712e2 (diff) |
Merge "Adding Resource dictionary"
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: '', |