Skip to content

Commit d3bd00b

Browse files
alan-agius4josephperrott
authored andcommitted
docs: remove IE9-10 from .browserslistrc in docs (angular#39083)
Remove IE9-10 from docs `.browserslistrc` since in v11 support for this was removed. PR Close angular#39083
1 parent c214cad commit d3bd00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ last 2 Edge major versions
530530
last 2 Safari major versions
531531
last 2 iOS major versions
532532
Firefox ESR
533-
not IE 9-11 # For IE 9-11 support, remove 'not'.
533+
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
534534
</code-example>
535535

536536
<code-example language="json" header="tsconfig.json">

0 commit comments

Comments
 (0)