DEV Community

Discussion on: Angular 8 and IE 11

Collapse
 
pradeeppathak22 profile image
Pradeep Pathak

Even after following the steps above I am unable to run my angular 8 app in IE11 (V 11.7x).

  1. Changed in tsconfig.json file : "target": "ES5",
  2. My polyfills.ts

import 'classlist.js';
import 'core-js';
import 'web-animations-js';

After making these changes and running the app I am getting following error:
"Unable to get property 'includes' of undefined or null reference"