I have the following simple example that uses the Angular 2 date pipe which works fine in IE11 but fails on IE10:
@Component({ selector: \'my-app\', temp
The (only) reasonable explanation is that Intl isn't polyfilled.
Intl
As core-js documentation states,
core-js
ECMA-402 Intl is missed because of size. You can use this polyfill.