Angular 9 Backward Compatibility for CSS Grids in IE 11 #17041
Labels
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Milestone
🐞 bug report
Affected Package
Backward Compatibility for CSS Grids in IE 11Is this a regression?
Yes, It wasn't an issue in Angular 8Description
I have an Angular 8 application which uses CSS Grids. It was compatible with IE 11, Chrome 79+ and Mozilla Firefox 70+.Recently upgraded the app to Angular 9.
I have set browserslist to include IE 9-11, and had turned on autoprefixer in the component's scss file like
/* autoprefixer grid: autoplace */
as suggested in [Angular Documentation](Angular 9 Backward Compatibility for CSS Grids in IE 11).When built in prod mode using

ng build --prod
vendor prefixes were not generated for IE 11.But, when I added a configuration for
es5
and served withng serve --configuration es5
vendor prefixes were generated and application was rendered exactly as in Chrome.🔬 Minimal Reproduction
https://github.com/srajkumarms/ie11-grid-support🌍 Your Environment
Angular Version:
Anything else relevant?
The text was updated successfully, but these errors were encountered: