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
{{ message }}
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Issue description
When using `[fitBounds]="true", protractor e2e tests time out.
Current behavior
My protractor tests time out if I add an agm-map with markers and [fitBounds]="true".
If I remove fitBounds, the tests run fine. This is likely due to some setTimeout being run within the ngZone.
Any chance this could be solved by using runOutsideAngular in the library?
Issue description
When using `[fitBounds]="true", protractor e2e tests time out.
Current behavior
My protractor tests time out if I add an agm-map with markers and
[fitBounds]="true".If I remove
fitBounds, the tests run fine. This is likely due to somesetTimeoutbeing run within the ngZone.Any chance this could be solved by using
runOutsideAngularin the library?