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
Currently the app-route elements are read from the child nodes of app-router. However, my use case calls for creating a wrapper component for app-routes, but app-router doesn't find the app-route elements from the DOM hierarchy, since the hierarchy is:
app-router -> my-app-route-wrapper -> app-route
The text was updated successfully, but these errors were encountered:
Currently the app-route elements are read from the child nodes of app-router. However, my use case calls for creating a wrapper component for app-routes, but app-router doesn't find the app-route elements from the DOM hierarchy, since the hierarchy is:
app-router -> my-app-route-wrapper -> app-route
The text was updated successfully, but these errors were encountered: