sample-app-angular-hybrid
sample-app-angular-hybrid copied to clipboard
App doesn't launch on IE10
console:
Probably similar issue to this one:
https://github.com/angular-ui/ui-router/issues/3555
The tsconfig targets es2015 which includes things like Map which will not be supported by IE10.
For IE10 support you will probably need to modify this line https://github.com/ui-router/sample-app-angular-hybrid/blob/master/tsconfig.json#L13 to be "es5" or some other compatible target.