diff --git a/aio/tools/examples/shared/boilerplate/cli/.browserslistrc b/aio/tools/examples/shared/boilerplate/cli/.browserslistrc index 0ccadaf32f..427441dc93 100644 --- a/aio/tools/examples/shared/boilerplate/cli/.browserslistrc +++ b/aio/tools/examples/shared/boilerplate/cli/.browserslistrc @@ -14,5 +14,4 @@ last 2 Edge major versions last 2 Safari major versions last 2 iOS major versions Firefox ESR -not IE 9-10 # Angular support for IE 9-10 has been deprecated and will be removed as of Angular v11. To opt-in, remove the 'not' prefix on this line. not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line. diff --git a/integration/cli-hello-world-ivy-compat/browserslist b/integration/cli-hello-world-ivy-compat/browserslist index 80848532e4..92197689d6 100644 --- a/integration/cli-hello-world-ivy-compat/browserslist +++ b/integration/cli-hello-world-ivy-compat/browserslist @@ -9,4 +9,4 @@ last 2 versions Firefox ESR not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file +not IE 11 # For IE 11 support, remove 'not'. \ No newline at end of file diff --git a/integration/cli-hello-world-ivy-i18n/browserslist b/integration/cli-hello-world-ivy-i18n/browserslist index 80848532e4..92197689d6 100644 --- a/integration/cli-hello-world-ivy-i18n/browserslist +++ b/integration/cli-hello-world-ivy-i18n/browserslist @@ -9,4 +9,4 @@ last 2 versions Firefox ESR not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file +not IE 11 # For IE 11 support, remove 'not'. \ No newline at end of file diff --git a/integration/cli-hello-world-ivy-minimal/browserslist b/integration/cli-hello-world-ivy-minimal/browserslist index 80848532e4..92197689d6 100644 --- a/integration/cli-hello-world-ivy-minimal/browserslist +++ b/integration/cli-hello-world-ivy-minimal/browserslist @@ -9,4 +9,4 @@ last 2 versions Firefox ESR not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file +not IE 11 # For IE 11 support, remove 'not'. \ No newline at end of file diff --git a/integration/cli-hello-world-lazy-rollup/browserslist b/integration/cli-hello-world-lazy-rollup/browserslist index 80848532e4..92197689d6 100644 --- a/integration/cli-hello-world-lazy-rollup/browserslist +++ b/integration/cli-hello-world-lazy-rollup/browserslist @@ -9,4 +9,4 @@ last 2 versions Firefox ESR not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file +not IE 11 # For IE 11 support, remove 'not'. \ No newline at end of file diff --git a/integration/cli-hello-world-lazy/browserslist b/integration/cli-hello-world-lazy/browserslist index 80848532e4..92197689d6 100644 --- a/integration/cli-hello-world-lazy/browserslist +++ b/integration/cli-hello-world-lazy/browserslist @@ -9,4 +9,4 @@ last 2 versions Firefox ESR not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file +not IE 11 # For IE 11 support, remove 'not'. \ No newline at end of file diff --git a/integration/cli-hello-world/browserslist b/integration/cli-hello-world/browserslist index 80848532e4..92197689d6 100644 --- a/integration/cli-hello-world/browserslist +++ b/integration/cli-hello-world/browserslist @@ -9,4 +9,4 @@ last 2 versions Firefox ESR not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file +not IE 11 # For IE 11 support, remove 'not'. \ No newline at end of file diff --git a/integration/ivy-i18n/browserslist b/integration/ivy-i18n/browserslist index 80848532e4..92197689d6 100644 --- a/integration/ivy-i18n/browserslist +++ b/integration/ivy-i18n/browserslist @@ -9,4 +9,4 @@ last 2 versions Firefox ESR not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file +not IE 11 # For IE 11 support, remove 'not'. \ No newline at end of file diff --git a/integration/ng_update_migrations/browserslist b/integration/ng_update_migrations/browserslist index d6ac0551f9..d96c53f232 100644 --- a/integration/ng_update_migrations/browserslist +++ b/integration/ng_update_migrations/browserslist @@ -9,5 +9,5 @@ last 2 versions Firefox ESR not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. +not IE 11 # For IE 11 support, remove 'not'. not Chrome 41 # For Googlebot support, remove 'not'. \ No newline at end of file