Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

197
Views
Angular does not work in IE and smart tv browsers

My website is built with Angular 12 and SSR. but It doesn't work on IE or Samsung TV browsers. i added these lines to my polyfills.ts.

import "core-js/es/symbol";
import "core-js/es/object";
import "core-js/es/function";
import "core-js/es/parse-int";
import "core-js/es/parse-float";
import "core-js/es/number";
import "core-js/es/math";
import "core-js/es/string";
import "core-js/es/date";
import "core-js/es/array";
import "core-js/es/regexp";
import "core-js/es/map";
import "core-js/es/weak-map";
import "core-js/es/set";
import "core-js/es/reflect";

and changed target property in ts-config file to es5. but still it is not working. Is there anything else I should do?

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

IE is deprecated but you can look at this links :

  • https://angular.io/guide/browser-support#configuring-angular-cli-for-compatibility-with-ie11
  • https://github.com/browserslist/browserslist

In a .browserslistrc file you probably need to add this:

last 1 version
> 1%
IE 11
Samsung 
about 4 years ago · Juan Pablo Isaza Report

0

Remove all core-js and try this in polyfills

import 'core-js';
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!