[ ] 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
When I use TeleportModule and a formGroup binding inside teleportTo template, there's an ExpressionChangedAfterItHasBeenCheckedError.
Expected behavior
No error
Minimal reproduction of the problem with instructions
I'm submitting a...
Current behavior
When I use TeleportModule and a formGroup binding inside
teleportTo
template, there's an ExpressionChangedAfterItHasBeenCheckedError.Expected behavior
No error
Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/angular-ivy-8wndsv?devtoolsheight=33&file=src/app/route-1/route-1.component.html
Error appears every time you navigate to Route 1. If you comment out ng-cotnainer with formGroup, error is gone.
Environment