Closed DmitryEfimenko closed 3 years ago
According to https://gs.statcounter.com/browser-market-share, IE11 is at 0.71%
of global internet usage. Given that, combined with the fact that the Angular team does not set up apps to support it by default, and that I am not set up to run CI on multiple browsers at this point, I unfortunately will say that @s-libs
does not support IE11.
Reproduction:
ng new s-libs-ng12-ie11
npm i @s-libs/js-core @s-libs/micro-dash @s-libs/ng-core @s-libs/rxjs-core classlist.js web-animations-js
polyffills.ts
uncomment the imports forclasslist.js
andweb-animations-js
.browserlist
enable IE11DatetimeLocal
(just like in the docs for the WrappedFormControlSuperclass)AppComponent
npm run build
dist/[myproject]/
Side notes
I realize the web ecosystem slowly moves toward the better, brighter future without IE11, but it will still take a while to get there.