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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
Current behavior
when using redirectTo feature, when i use sibling route like redirectTo: 'some-route', it says
Cannot match any routes
Expected behavior
when use without slash it must begin from the route where it is
Minimal reproduction of the problem with instructions
Environment
Angular version: X.Y.Z
ngx-permissions version: X.Y.Z
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
The text was updated successfully, but these errors were encountered:
faradoxuz
changed the title
How to redirect to sibling route
How to redirect to sibling or child route
Jun 28, 2020
I'm submitting a...
Current behavior
when using redirectTo feature, when i use sibling route like
redirectTo: 'some-route'
, it saysCannot match any routes
Expected behavior
when use without slash it must begin from the route where it is
Minimal reproduction of the problem with instructions
Environment
The text was updated successfully, but these errors were encountered: