Great tutorial! Thank you!. While going through Module 4 (Front-end dev), I notice that the demos in Exercise 2 don't work (most of the time) in IE 11 (Windows 10 x64) even though they work fine in Mozilla Firefox.
The stack:
HTML1300: Navigation occurred.
File: localhost:55804
EXCEPTION: SyntaxError: Expected ';'
EXCEPTION: SyntaxError: Expected ';'
EXCEPTION: Error: Uncaught (in promise): SyntaxError: Expected ';'
EXCEPTION: Error: Uncaught (in promise): SyntaxError: Expected ';'
STACKTRACE:
Error: Uncaught (in promise): SyntaxError: Expected ';'
at resolvePromise (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:543:26)
at Anonymous function (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:579:18)
at ZoneDelegate.prototype.invokeTask (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:363:18)
at onInvokeTask (http://localhost:55804/lib/npmlibs/angular2/angular2.js:2208:15)
at ZoneDelegate.prototype.invokeTask (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:363:18)
at Zone.prototype.runTask (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:263:22)
at drainMicroTaskQueue (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:482:26)
at invoke (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:434:22)
I have seen a PR related to this on the Angular2 GitHub. The recommendation was to use an "IE Shim". Being new to this, I am not sure how/where to incorporated the shim in the tutorial code.
Any advice would be appreciated.
Thanks!
Great tutorial! Thank you!. While going through Module 4 (Front-end dev), I notice that the demos in Exercise 2 don't work (most of the time) in IE 11 (Windows 10 x64) even though they work fine in Mozilla Firefox.
The stack:
HTML1300: Navigation occurred.
File: localhost:55804
EXCEPTION: SyntaxError: Expected ';'
EXCEPTION: SyntaxError: Expected ';'
EXCEPTION: Error: Uncaught (in promise): SyntaxError: Expected ';'
EXCEPTION: Error: Uncaught (in promise): SyntaxError: Expected ';'
STACKTRACE:
Error: Uncaught (in promise): SyntaxError: Expected ';'
at resolvePromise (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:543:26)
at Anonymous function (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:579:18)
at ZoneDelegate.prototype.invokeTask (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:363:18)
at onInvokeTask (http://localhost:55804/lib/npmlibs/angular2/angular2.js:2208:15)
at ZoneDelegate.prototype.invokeTask (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:363:18)
at Zone.prototype.runTask (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:263:22)
at drainMicroTaskQueue (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:482:26)
at invoke (http://localhost:55804/lib/npmlibs/angular2/angular2-polyfills.js:434:22)
I have seen a PR related to this on the Angular2 GitHub. The recommendation was to use an "IE Shim". Being new to this, I am not sure how/where to incorporated the shim in the tutorial code.
Any advice would be appreciated.
Thanks!