I have started learning Angular 4
and wrote a default application using Angular CLI (NG New HelloWorld)
. When i write ng serve
, and browse to http://localhost:4200/
, the page loads fine in Chrome
, However in IE-Edge
, it opens up as an empty page. there is an error in the console window of IE which is SCRIPT5022: Exception thrown and not caught
File: polyfills.bundle.js, Line: 859, Column: 36
.
Is this expected?
Screenshot of Empty Page in Internet Explorer
Screenshot of How it loads in Chrome