-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug (or expected behavior) when i add items to existing fxLayout or use HTTP with *ngFor #128
Comments
1 similar comment
@ThomasBurleson It works perfectly now, thanks! |
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.
I tried to use fxLayout="column" with fxLayoutGap
I get my appDetails via object http get, the expected behavior is that there will be 10px gap between the items, but there is no gap.
What i did to replicate it is to create static array with few items and then use the *ngFor to show them and that works (but it's not async) so i made a button to add items to the array, those items rendered without the fxLayoutGap.
I made plunker based on the plunker template
You can see the items that were before in the array rendered perfectly, but if i add new item it rendered without to flexLayoutGap (same for row and column)
The text was updated successfully, but these errors were encountered: