sample-app-angular-hybrid icon indicating copy to clipboard operation
sample-app-angular-hybrid copied to clipboard

App doesn't launch on IE10

Open bjaroszewska opened this issue 5 years ago • 1 comments

console: Screenshot 2019-06-12 at 11 51 14 Probably similar issue to this one: https://github.com/angular-ui/ui-router/issues/3555

bjaroszewska avatar Jun 12 '19 09:06 bjaroszewska

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.

116-7 avatar Jun 26 '19 11:06 116-7