docs: remove IE9-10 from `.browserslistrc` in docs (#39083)

Remove IE9-10 from docs `.browserslistrc` since in v11 support for this was removed.

PR Close #39083
This commit is contained in:
Alan Agius 2020-10-01 19:55:33 +02:00 committed by Joey Perrott
parent c214cad2b4
commit d3bd00b7bf
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ last 2 Edge major versions
last 2 Safari major versions last 2 Safari major versions
last 2 iOS major versions last 2 iOS major versions
Firefox ESR Firefox ESR
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.
</code-example> </code-example>
<code-example language="json" header="tsconfig.json"> <code-example language="json" header="tsconfig.json">