You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Since the upgrade to Angular 6 (currently we use 6.0.2, but Problem also exists with Router 6.0.0) the value of routeConfig.path in ActivatedRouteSnapshot is not available anymore, also it is defined in our routes. According to the latest documentation at https://angular.io/api/router/ActivatedRouteSnapshot path is still (optional) part of routeConfig. I would expect the path defined like in Angular < 6.0.0 as it is defined in the routes. I could not find a breaking-change in the release-notes. Is there maybe an issue with this path-value? It looks like it may be related to this issue: fc4c195
related part of our routes-file (Problem occurs e.g. on route products/1):
Since the upgrade to Angular 6 (currently we use 6.0.2, but Problem also exists with Router 6.0.0) the value of routeConfig.path in ActivatedRouteSnapshot is not available anymore, also it is defined in our routes. According to the latest documentation at https://angular.io/api/router/ActivatedRouteSnapshot path is still (optional) part of routeConfig. I would expect the path defined like in Angular < 6.0.0 as it is defined in the routes. I could not find a breaking-change in the release-notes. Is there maybe an issue with this path-value? It looks like it may be related to this issue: fc4c195
related part of our routes-file (Problem occurs e.g. on route products/1):
The text was updated successfully, but these errors were encountered: