diff options
author | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-03-06 15:30:05 +0530 |
---|---|---|
committer | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-03-09 09:10:36 +0000 |
commit | eb4b5a44aad6aee87931bae80856622c359a19d4 (patch) | |
tree | 2bc18113c7cc5b126cce9495d1194f681f0bfce3 /ecomp-sdk/epsdk-app-os/ngapp | |
parent | 81a75a99176990742e85d6169d966fe93d0a1c4a (diff) |
Fixed Rdp-data-table data loading issue
Fixed rdp-data-table data loading issue and also fixed firefox issue for
welcome page.inculuded missing imports and providers
Issue-ID: PORTAL-836
Change-Id: I0ca770536a1fb9e7056bc4dc890ad677bcd8d4e9
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/ngapp')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/ngapp/src/app/pages/pages-routing.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-os/ngapp/src/app/pages/pages-routing.module.ts b/ecomp-sdk/epsdk-app-os/ngapp/src/app/pages/pages-routing.module.ts index eff5a3d0..3439f8c9 100644 --- a/ecomp-sdk/epsdk-app-os/ngapp/src/app/pages/pages-routing.module.ts +++ b/ecomp-sdk/epsdk-app-os/ngapp/src/app/pages/pages-routing.module.ts @@ -29,7 +29,7 @@ const routes: Routes = [ { path: 'reports/:reportMode/:reportId', component: HeaderTabsWrapperComponent}, { path: 'run/:reportId', component: RunReportComponent}, { path: 'run/:reportId/:queryParameters', component: RunReportFormFieldsComponent}, - { path: 'welcome/welcome', component :WelcomeDashboardComponent} + { path: 'welcome', component :WelcomeDashboardComponent} ]; @NgModule({ |