Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

fix(fxFlex): do not eagerly listen to layout changes #771

Merged
merged 4 commits into from
Jun 11, 2018

Conversation

CaerusKaru
Copy link
Member

  • 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

* 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
@CaerusKaru CaerusKaru merged commit dc431d8 into master Jun 11, 2018
@CaerusKaru CaerusKaru deleted the adam/fix-issue-700 branch June 11, 2018 03:49
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fxFlex is not work well with NgStyle.lt-md and layout change
2 participants