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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
Currently, when using multiple outlets, only the last one will update on router navigation
Minimal reproduction of the problem with instructions
Create two outlets, and use them on child components when navigating
What is the motivation / use case for changing the behavior?
I'm using teleport to control the AppBar title and also AppBar actions from the child pages.
Environment
Angular version: 15
Browser:
- [x] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: 18
- Platform: Windows
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
Currently, when using multiple outlets, only the last one will update on router navigation
Expected behavior
All the outlet should update. Proposed fix here main...MichaelLhommeTransdev:ngneat-overview:main
Minimal reproduction of the problem with instructions
Create two outlets, and use them on child components when navigating
What is the motivation / use case for changing the behavior?
I'm using teleport to control the AppBar title and also AppBar actions from the child pages.
Environment
The text was updated successfully, but these errors were encountered: