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:
parent
c214cad2b4
commit
d3bd00b7bf
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue