We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.browserslistrc
1 parent c214cad commit d3bd00bCopy full SHA for d3bd00b
aio/content/guide/deployment.md
@@ -530,7 +530,7 @@ last 2 Edge major versions
530
last 2 Safari major versions
531
last 2 iOS major versions
532
Firefox ESR
533
-not IE 9-11 # For IE 9-11 support, remove 'not'.
+not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
534
</code-example>
535
536
<code-example language="json" header="tsconfig.json">
0 commit comments