-
Notifications
You must be signed in to change notification settings - Fork 12k
browser support - clarify default browserlist configuration differences with documentation #18032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
yeah. I agree that we could have split the the IE entries into two lines with better comments. for example:
@alan-agius4 @clydin what do you think? |
I'm transferring this to the cli repo because the problem issue is in the |
@IgorMinar, we can do the above mentioned changed. |
@IgorMinar for ie9-10, I think you meant that support will be dropped in v11 and not v10. |
I feel like the template should be something like this:
|
@alan-agius4 correct. I fixed my comment. Thanks for catching the error. |
…etter comments Closes angular#18032
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
📚 Docs or angular.io bug report
Description
https://angular.io/guide/browser-support
Specifically, this page mentions support for IE 11 but the default browserlist for new applications is:
which leaves out IE11.
Perhaps this page should include the default browser list file for new applications and comment why this is the default if more than this is actually supported?
🔬 Minimal Reproduction
What's the affected URL?**
https://angular.io/guide/browser-supportReproduction Steps**
ng new temp
and cancel it before it finishes installing everything but after it creates files (or just let it work if it is fast enough)Expected vs Actual Behavior**
Expecting to see one of:
Expecting to see:
default
?)The text was updated successfully, but these errors were encountered: