Resolve! Uncaught SyntaxError: Unexpected token ‘,’ or ‘<' in Angular
To create a production build for a remote server I usually run following ng command: $ ng build –prod But at the client end, there was some stage error popping up in the console and the application was not loading. Surprisingly it was working fine on my end and on my mobile network as well.