@c8y/ngx-components 1018.0.16 → 1018.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/ecosystem/ecosystem.module.mjs +7 -1
- package/fesm2015/c8y-ngx-components-ecosystem.mjs +6 -0
- package/fesm2015/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2020/c8y-ngx-components-ecosystem.mjs +6 -0
- package/fesm2020/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2735,6 +2735,12 @@ const ecosystemMainRoutes = [
|
|
|
2735
2735
|
redirectTo: 'ecosystem/application/applications',
|
|
2736
2736
|
pathMatch: 'full'
|
|
2737
2737
|
},
|
|
2738
|
+
{
|
|
2739
|
+
// keeps legacy links functional
|
|
2740
|
+
path: 'ecosystem/applications',
|
|
2741
|
+
redirectTo: 'ecosystem/application/applications',
|
|
2742
|
+
pathMatch: 'full'
|
|
2743
|
+
},
|
|
2738
2744
|
{
|
|
2739
2745
|
path: 'ecosystem/application/applications',
|
|
2740
2746
|
component: ApplicationListComponent
|