I am new to Ionic2 / Angular2, and I inspected and found several solutions for what needs to be done to fix the polyfill problem using intl date formatting (example here: Ionic 2 using Angular 2 Pipe breaks on iOS- "Cannot find variable: Intl "
but the fact that I do not understand, and the fact that the explanation of the overflow of the textbook / stack did not help me figure out exactly where and how exactly to do it. I installed npm to get the intl package added to my node modules, but everything just says βthen import itβ, but I donβt know where to do it, since I donβt have a polyfill.ts file that I could import it there just the build / polyfill.js file, and I tried to import directly into the .ts file, which uses the intl date manipulation, but this did not solve the problem.
Perhaps I do not understand something completely fundamental, and why no one explicitly indicates where you need to import it, but someone can explain to me how to import it or refer to a resource to explain what I do not understand.
source share