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 has been archived by the owner on Jan 6, 2025. It is now read-only.
Have no idea where or why this style is being added. I'm using angular animiations so it could be added something to parent If I remove the flexLayoutModule that style no longer appears in the markup
The text was updated successfully, but these errors were encountered:
I am having the same issue since updating to angular 4.1 and it is not related to angular animations, but does seem to be related to recent updates, just wondering if anyone else has been having the same issue?
<div>
</div>
when I run the parent div is getting a style added onto which is throwing off my layout
<div style="display: flex;box-sizing: border-box;flex-direction: row;-webkit-box-orient:
horizontal;-webkit-'box-direction: normal;">Have no idea where or why this style is being added. I'm using angular animiations so it could be added something to parent If I remove the flexLayoutModule that style no longer appears in the markup
The text was updated successfully, but these errors were encountered: