Angular Universal

Hi,

My home page got executed but i am getting errors in console and my routes are not working.

Here is the output from console.
Uncaught SyntaxError: Unexpected token <
polyfills.765b09fb75d947f18728.bundle.js:1 Uncaught SyntaxError: Unexpected token <
main.9c9f8c29248007852752.bundle.js:1 Uncaught SyntaxError: Unexpected token <

I referred this link for Angular universal.
https://medium.com/platformer-blog/enabling-server-side-rendering-on-an-existing-angular-application-with-angular-universal-5fdf7549b928.

Please suggest.