bug(cdk/overlay): attach() and detach are not working in zoneless apps #28456
Labels
area: cdk/overlay
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Is this a regression?
The previous version in which this bug was not present was
No response
Description
The Overlay
attach()
anddetach()
methods are relying on thengZone.onStable
observable that is never invoked using the newprovideZonelessChangeDetection
app provider.The related actual code:
Expected Behavior
Overlays to attach and position themselves in zoneless aplications
Actual Behavior
Overlay is created but not positioned and not visible
Environment
The text was updated successfully, but these errors were encountered: