Commits
noltrifork authored 11f9b5b2c05
7 7 | |
8 8 | # You can see what browsers were selected by your queries by running: |
9 9 | # npx browserslist |
10 10 | |
11 11 | last 1 Chrome version |
12 12 | last 1 Firefox version |
13 13 | last 2 Edge major versions |
14 14 | last 2 Safari major versions |
15 15 | last 2 iOS major versions |
16 16 | Firefox ESR |
17 - | 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. |
18 - | IE 11 |
17 + | not IE 9-11 # Angular support for IE 9-11 has been deprecated and will be removed as of Angular v11. To opt-in, remove the 'not' prefix on this line. |