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
I'm trying to include a "template repeat" to dynamically create routes, even though they are being rendered, they are not triggering any change when the url is changed.
<app-routercore-animated-pagestransitions="slide-from-right"><templaterepeat="{{section in sections}}"><app-routepath="/{{section.name}}"><template><p>{{section.name}}</p></template></app-route></template></app-router>
Is that not supported?
The text was updated successfully, but these errors were encountered:
I'm trying to include a "template repeat" to dynamically create routes, even though they are being rendered, they are not triggering any change when the url is changed.
Is that not supported?
The text was updated successfully, but these errors were encountered: