Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(grid-list): invalid inline styles when rendering server-side
Fixes issue in the grid list that was causing it to set invalid styles when it is rendered on the server-side. It's because the browser converts the camelCased styles to dash-case automatically, but that doesn't happen on the server. Fixes angular#6048.
- Loading branch information