date pipe issue on IE10 - 'Intl' is undefined

前端 未结 1 1743
鱼传尺愫
鱼传尺愫 2021-01-19 02:08

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         


        
相关标签:
1条回答
  • 2021-01-19 02:47

    The (only) reasonable explanation is that Intl isn't polyfilled.

    As core-js documentation states,

    ECMA-402 Intl is missed because of size. You can use this polyfill.

    0 讨论(0)
提交回复
热议问题