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.
these both are the child of one main (component) Route and i have set the values when they are fetch from back end API
and set into these DYNAMIC paths ( main route children ) in Route Class.
Now what I am getting is the same component ( first name Component ) even on different child name of routes in main route .
what i want is they should go to different component.
I have set the value in routing class now they should refer to Different component. Not to the same component.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have set the same dynamic routes i.e :firstRoute and :secondRoute.
these both are the child of one main (component) Route and i have set the values when they are fetch from back end API
and set into these DYNAMIC paths ( main route children ) in Route Class.
Now what I am getting is the same component ( first name Component ) even on different child name of routes in main route .
what i want is they should go to different component.
I have set the value in routing class now they should refer to Different component. Not to the same component.
The text was updated successfully, but these errors were encountered: