Angular проблемы grid и не только в IE
Мой сайт https://pozitivtour74.ru/, в IE не работает grid, object-fit и другие свойства. Можно наверное подставить префиксы руками, но мне интересно, что я не так сделала в настройках проекта.
polyfills.ts
import 'classlist.js'; // Run `npm install --save classlist.js`.
import 'web-animations-js'; // Run `npm install --save web-animations-js`.
import 'zone.js/dist/zone'; // Included with Angular CLI.
.browserslistrc
last 1 Chrome version
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major version
last 2 iOS major versions
Firefox ESR
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.
IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
Так же весь код можно посмотреть https://github.com/DianaIvanovna/positive/tree/level-2