Skip to content

Commit 98de4cb

Browse files
alan-agius4thePunderWoman
authored andcommitted
docs: add deprecation note next to IE 11 in browser-support page (angular#41147)
Add a deprecation note, that IE 11 will be deprecated in version 12. See angular/angular-cli#20225 and https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-apps-say-farewell-to-internet-explorer-11-and/ba-p/1591666 PR Close angular#41147
1 parent 6bc22a7 commit 98de4cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

aio/content/guide/browser-support.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Angular supports most recent browsers. This includes the following specific vers
5353
IE
5454
</td>
5555
<td>
56-
<div>11</div>
56+
<div>11<br>
57+
<em>*deprecated, see the <a href="guide/deprecations#internet-explorer-11">deprecations guide</a></em></div>
5758
</td>
5859
</tr>
5960
<tr>

aio/content/guide/deprecations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,11 @@ If you rely on the behavior that the same object instance should cause change de
430430
- Clone the resulting value so that it has a new identity.
431431
- Explicitly call [`ChangeDetectorRef.detectChanges()`](api/core/ChangeDetectorRef#detectchanges) to force the update.
432432

433+
### Internet Explorer 11
434+
Angular support for Microsoft's Internet Explorer 11 (IE11) is deprecated. Maintaining support for IE11 incurs ongoing costs, including increased bundle size, code complexity, and test load. Global usage of IE11 has fallen to a point where these costs no longer warrant the additional maintenance effort. Ending IE11 support additionally allows Angular to take advantage of platform APIs present only in evergreen browsers.
435+
436+
Microsoft announced that its 365 services will no longer support IE11 starting August 17, 2021. Microsoft previously ended support for IE11 in Microsoft Teams on November 30, 2020. For more information, see [Microsoft 365 apps say farewell to Internet Explorer 11](https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-apps-say-farewell-to-internet-explorer-11-and/ba-p/1591666).
437+
433438
{@a deprecated-cli-flags}
434439
## Deprecated CLI APIs and Options
435440

0 commit comments

Comments
 (0)