Files
Brandy Smith 05026c5a48 test(angular): migrate to playwright (#30594)
- Migrates Angular test app tests from Cypress to Playwright
- Resolves test TODOs with Angular 18
- Resolves nav TODO by adding in standalone components
- Updates browserslist to remove warnings

---------

Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
2025-08-05 13:58:46 +00:00

16 lines
516 B
Plaintext

# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
# You can see what browsers were selected by your queries by running:
# npx browserslist
# Compatible with Angular 16-20 - Main browsers only
chrome >= 120
firefox >= 115
safari >= 17
edge >= 120
ios_saf >= 17
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.