rangle/angular-ssr

Angular Flex Layout Styling Issue

ktersius opened this issue · 2 comments

I got the whole project working. The current problem I'm facing now is that it looks like the baseStyles are staying applied on all the elements.

Most of the rendered html that comes back from the server have the following styles applied which are overwriting the actual styles.

display: 'block',
height: 'auto',
width: 'auto',

Am I doing something wrong? Should this not be stripped away to allow normal styles to take over?

Ok I'm fooling around. I removed angular flex layout and this seemed to fix the styling issues I'm experiencing. So somehow having angular/flex-layout module is affecting this.

Probably related to angular/flex-layout#187

Closing this since it is most likely not directly related to angular-ssr.