Sunday, 16 April 2017

shim.min.js:1 Uncaught SyntaxError: Unexpected token < - Angular 4

Good day Folks, I included shim.min.js as per this link here. This was needed in order to be able to support IE 11. But now i am getting the strange error: enter image description here Can some one help me to understand this error please.

This is how I included as per below:

<head>
<meta charset="utf-8">
<title>At2</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script type="text/javascript" src="node_modules/core-
 js/client/shim.min.js"></script>

<app-root>Loading...</app-root>



via leo

No comments:

Post a Comment