This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 772
(api): fxFlex ignores basis value when using .lt-md #528
Labels
Milestone
Comments
The StackBlitz Demo has been upgraded to @angular/flex-layout 2.0.0-beta.12; and with changes to |
ThomasBurleson
changed the title
fxFlex ignores basis value when using breakpoints
(api): Dec 15, 2017
fxFlex
ignores basis value when using breakpoints
ThomasBurleson
changed the title
(api):
(api): fxFlex ignores basis value when using breakpoints
Dec 15, 2017
fxFlex
ignores basis value when using breakpoints
ThomasBurleson
changed the title
(api): fxFlex ignores basis value when using breakpoints
(api): fxFlex ignores basis value when using .lt-md
Dec 15, 2017
I updated the package and it didn't work for me. |
ThomasBurleson
added
P1
Urgent issue that should be resolved before the next re-lease
and removed
P4
Low-priority issue that needs to be resolved
question
labels
Dec 15, 2017
CaerusKaru
added a commit
to CaerusKaru/flex-layout
that referenced
this issue
Feb 25, 2018
* Fix for when flex-basis is unitless and 0 * Fix for when no width/height is applied and flex-basis should be set Fixes angular#277 Fixes angular#280 Fixes angular#528 Fixes angular#534
CaerusKaru
added
has pr
A PR has been created to address this issue
and removed
in-progress
labels
Feb 25, 2018
CaerusKaru
added a commit
that referenced
this issue
Feb 25, 2018
CaerusKaru
added a commit
to CaerusKaru/flex-layout
that referenced
this issue
Feb 25, 2018
* Fix for when flex-basis is unitless and 0 * Fix for when no width/height is applied and flex-basis should be set * Fix for IE flex-basis with calc values * Fix for SSR properties set to 0 Fixes angular#277 Fixes angular#280 Fixes angular#323 Fixes angular#528 Fixes angular#534
CaerusKaru
added a commit
that referenced
this issue
Feb 25, 2018
CaerusKaru
added a commit
that referenced
this issue
Feb 25, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 4, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 9, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 9, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 9, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 9, 2018
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following configuration
fxFlex="grow" fxFlex.lt-md="1 0 50%"
should set basis value to 50% when the screen size is less than 960px.What is the current behavior?
Only the shrink value changes.
What are the steps to reproduce?
The text was updated successfully, but these errors were encountered: