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
Is it possible to have multi-level subroutes with this module?
For example
main router has "reports/*subroute"
and 2 or more modules
1. "operational/*subroute"
2. "monthly/*subroute"
then , each of submodules defines its own set of routes.
That would make
/reports/operational/a-report
/reports/operational/b-report
where a-report and b-report are defined as final routes...
Or can only 1 level submodule be defined?
If multiple levels are possible, is there an example...
Regards
Z
The text was updated successfully, but these errors were encountered:
Is it possible to have multi-level subroutes with this module?
For example
main router has
"reports/*subroute"
and 2 or more modules
then , each of submodules defines its own set of routes.
That would make
/reports/operational/a-report
/reports/operational/b-report
where a-report and b-report are defined as final routes...
Or can only 1 level submodule be defined?
If multiple levels are possible, is there an example...
Regards
Z
The text was updated successfully, but these errors were encountered: