I implemented angular universal for my app and served it on a server. But after index.html was loaded browser didn't display any content until styles.css being downloaded. index.html from server contains required HTML and styles.
On the screenshot you can see:
What can block page content to be displayed, as I expect first content to be displayed after step 1?
that's because styles prevents content from being displayed until it loads