Marcin Czarkowski
Marcin Czarkowski

Reputation: 41

Providing IE11 support in Angular 13

Google has removed IE11 support in Angular 13. In the company that I work for, we have to keep IE11 support for the next few months due to contractual obligations.

As it's unclear what is the extent of removed "IE11 related code" from the framework, we are wondering if it's doable in practice to provide polyfills that would enable us to upgrade to Angular 13 and keep supporting IE11.

Have any of you researched this issue in-depth and successfully provided IE11 support after upgrading to Angular 13?

Upvotes: 3

Views: 5102

Answers (1)

VitoCK
VitoCK

Reputation: 415

Marcin,

The Advocate Developer for the Angular blog gave a brief description about this in the blog for the new version - https://blog.angular.io/angular-v13-is-now-available-cce66f7bc296

Thanks to everyone who participated in the request for comments (RFC). Developers who still need to support IE11 users for existing projects can continue to use Angular v12 and it will be supported until November 2022.

Since you have to keep the IE11 support only for the next few months, I think you can keep v12 till then. Of course, this is a solution if you do not need a new feature from v13.

Upvotes: 3

Related Questions