I developed a Angular 2 application which doesn't work in Android 4.1.x and more stock browsers.
The only link to Polyfills I have included inside my app is the following:
<script src="node_modules/core-js/client/shim.min.js"></script>
I read Angular2 documentation (here) and I saw that I have to inculde ES6 Polyfill to make it work on Android devices, but I have no idea how to link it. It is included in core-js
module, but how to insert it inside the app?