This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information