I have a problem importing my libraries. I import my project like this into another project:
<app-root></app-root>
<script type="text/javascript" src="/etc/chat/inline.bundle.js"></script>
<script type="text/javascript" src="/etc/chat/polyfills.bundle.js"></script>
<script type="text/javascript" src="/etc/chat/styles.bundle.js"></script>
There are 2 libraries with the same function name: forEach (collection, iteratee).
This overwrites the function I want to use. How can I do ? Knowing that I can not change the order of the libraries.