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
When using fxLayoutGap, the calculated margins should be added to the DOM also in Angular Universal.
What is the current behavior?
Currently this for example, does not add a margin right to the first child, when rendered from Angular Universal. When JS is finished loading, the margin exists.
Bug Report
What is the expected behavior?
When using
fxLayoutGap
, the calculated margins should be added to the DOM also in Angular Universal.What is the current behavior?
Currently this for example, does not add a margin right to the first child, when rendered from Angular Universal. When JS is finished loading, the margin exists.
What are the steps to reproduce?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
The text was updated successfully, but these errors were encountered: