Hello, (it’s me)
i am building a App to show movies and tv shows, whatever, doesn’t matter.
So, i want to use angular 2 native pipes and it works in the browser (Chrome) however, doesn’t work in my built app to Android SO.
Here is some prints how it looks like in browser and then, in Android.
Imgur album
Well, looking in the forum i found a supposedly solution: install Intl. So, i installed this dependency and added the scripts to index.html and then i built the app again. This didn’t work.
So, what can i do?
PS: i created custom pipes to my app and it works. Apparently, angular native pipes like number and date, that i want to use, doesn’t work.
Thk, Lucas.