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
We have a nested route where we only want to load segments after the first if the first one successfully loaded data. We are using resolve:{...} in the route and in the template of first segment:
We have the same issue, and since we can't have the ng-if in each segment template due to css specifics, we're using the workaround that @IKoshelev mentioned:
Good day again, Artem.
We have a nested route where we only want to load segments after the first if the first one successfully loaded data. We are using
resolve:{...}
in the route and in the template of first segment:It doesn't work - the element gets added to the DOM, but the segment doesn't show up inside it.
We found a workaround like this
but since this looks like a bug - maybe a permanent fix is in order.
The text was updated successfully, but these errors were encountered: