Ionic 2, Using Angular 2 Pipe breaks on iOS—“Can't find variable: Intl”

后端 未结 4 625
时光说笑
时光说笑 2020-12-05 09:50

Experiencing the same problem with the date, percent, and currency pipes when using them in a template—

For example, I\'m using a simple percent pipe:



        
4条回答
  •  伪装坚强ぢ
    2020-12-05 10:19

    There is a quick fix for this. Add

    
    

    to your index.html file before the entry.

    See this github answer https://github.com/angular/angular/issues/3333#issuecomment-203327903

提交回复
热议问题