Home Forums Chart Support Angular 8, IE 11 Prroblem Reply To: Angular 8, IE 11 Prroblem

#26307

@jackscho,

It seems to be working fine. In order to run an angular app in IE11, you need to modify Browserslist and TypeScript configuration files. In tsconfig.json, you need to set "target": "es5" and in .browserslistrc file, replace not IE 11 with IE 11 to make angular app compatible with IE11. Please refer this angular docs page for more information.

If the issue still persists, please share a sample project over Google-Drive or OneDrive reproducing the issue you are facing, so that we can look into your code, understand the scenario better and help you out?

—-
Manoj Mohan
Team CanvasJS