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 Jan 6, 2025. It is now read-only.
fix(fxFlex): do not eagerly listen to layout changes (#771)
* fix(fxFlex): do not eagerly listen to layout changes
* currently, `fxFlex` listens for container events (e.g. `fxLayout`)
in the constructor. Unfortunately, this is too eager and sometimes
takes place before the `fxFlex` value is actually set
Fixes#700
PR Close#733
0 commit comments